Browse Source

Reword and clarify example.zsh custom file

Marc Cornellà 8 years ago
parent
commit
7a0d299e96
1 changed files with 9 additions and 4 deletions
  1. 9 4
      custom/example.zsh

+ 9 - 4
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
-#