Skip to content

Commit

Permalink
Reword and clarify example.zsh custom file
Browse files Browse the repository at this point in the history
  • Loading branch information
mcornella committed May 12, 2016
1 parent 54ace41 commit 7a0d299
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions custom/example.zsh
Original file line number Diff line number Diff line change
@@ -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
#

0 comments on commit 7a0d299

Please sign in to comment.