summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2016-05-12 16:48:13 +0200
committerMarc Cornellà <marc.cornella@live.com>2016-05-12 16:48:13 +0200
commit4d9ae02d7412c0628e1fb265ce46e2beb441c8b3 (patch)
tree81ec9fb60fcd2e8d045434c6cb530121a553b8d0 /custom
parent25dddd2db4ac2dfa2d6104c308e171e0937f116f (diff)
parent7a0d299e96a8a1707630d59859f048e9ebde9456 (diff)
downloadzsh-4d9ae02d7412c0628e1fb265ce46e2beb441c8b3.tar.gz
zsh-4d9ae02d7412c0628e1fb265ce46e2beb441c8b3.tar.bz2
zsh-4d9ae02d7412c0628e1fb265ce46e2beb441c8b3.zip
Merge branch 'normalize-repository'
Diffstat (limited to 'custom')
-rw-r--r--custom/example.zsh13
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