diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-05-12 13:59:10 +0200 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2016-05-12 13:59:10 +0200 |
commit | 7a0d299e96a8a1707630d59859f048e9ebde9456 (patch) | |
tree | 81ec9fb60fcd2e8d045434c6cb530121a553b8d0 /custom | |
parent | 54ace41f3ce890f76cc455aac3aea0b10a467411 (diff) | |
download | zsh-7a0d299e96a8a1707630d59859f048e9ebde9456.tar.gz zsh-7a0d299e96a8a1707630d59859f048e9ebde9456.tar.bz2 zsh-7a0d299e96a8a1707630d59859f048e9ebde9456.zip |
Reword and clarify example.zsh custom file
Diffstat (limited to 'custom')
-rw-r--r-- | custom/example.zsh | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/custom/example.zsh b/custom/example.zsh index 28ffcae25..c505a9673 100644 --- a/custom/example.zsh +++ b/custom/example.zsh @@ -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 -#
\ No newline at end of file |