Browse code

Moving some example files into custom/

Robby Russell authored on 23/09/2009 at 15:02:58
Showing 3 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,5 @@
0
+# Add yourself some shortcuts to projects you often work on
1
+# Example:
2
+#
3
+# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr
4
+#
0 5
\ No newline at end of file
... ...
@@ -3,3 +3,6 @@
3 3
 # Load all of the config files in ~/oh-my-zsh that end in .zsh
4 4
 # TIP: Add files you don't want in git to .gitignore
5 5
 for config_file ($ZSH/lib/*.zsh) source $config_file
6
+
7
+# Load all of your custom configurations from custom/
8
+for config_file ($ZSH/custom/*.zsh) source $config_file
6 9
deleted file mode 100644
... ...
@@ -1,5 +0,0 @@
1
-# Add yourself some shortcuts to projects you often work on
2
-# Example:
3
-#
4
-# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr
5
-#
6 1
\ No newline at end of file