Reword and clarify example.zsh custom file

This commit is contained in:
Marc Cornellà 2016-05-12 13:59:10 +02:00
Родитель 54ace41f3c
Коммит 7a0d299e96
1 изменённых файлов: 9 добавлений и 4 удалений

Просмотреть файл

@ -1,5 +1,10 @@
# Add yourself some shortcuts to projects you often work on
# Example:
# You can put files here to add functionality separated per file, which
# will be ignored by git.
# Files on the custom/ directory will be automatically loaded by the init
# script, in alphabetical order.
# For example: add yourself some shortcuts to projects you often work on.
#
# brainstormr=~/Projects/development/planetargon/brainstormr
# cd $brainstormr
#
# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr
#