Eric Nielsen 5b90c96cd1 Update modules' README.md há 5 anos atrás
..
functions f6bb75579f Allow arbitrary ZIM location with ZIM_HOME há 6 anos atrás
README.md 5b90c96cd1 Update modules' README.md há 5 anos atrás
init.zsh e9c87a227d re-word custom/init.zsh há 8 anos atrás

README.md

custom

Add any custom aliases/settings to the init.zsh file.

Any functions should go in the functions subdirectory, where the name of the file is the name of the function.

For example, this function from your .zshrc:

foo() {
  print 'bar'
}

becomes a file named foo in the functions subdirectory containing:

print 'bar'