From 107322c2e86db377cc8260958a4b6e26ea849a67 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Wed, 23 Sep 2009 08:02:58 -0700 Subject: Moving some example files into custom/ --- custom/example.zsh | 5 +++++ oh-my-zsh.sh | 3 +++ projects.zsh-example | 5 ----- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 custom/example.zsh delete mode 100644 projects.zsh-example diff --git a/custom/example.zsh b/custom/example.zsh new file mode 100644 index 000000000..28ffcae25 --- /dev/null +++ b/custom/example.zsh @@ -0,0 +1,5 @@ +# Add yourself some shortcuts to projects you often work on +# Example: +# +# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr +# \ No newline at end of file diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index 40c73cb49..6e73519b5 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -3,3 +3,6 @@ # Load all of the config files in ~/oh-my-zsh that end in .zsh # TIP: Add files you don't want in git to .gitignore for config_file ($ZSH/lib/*.zsh) source $config_file + +# Load all of your custom configurations from custom/ +for config_file ($ZSH/custom/*.zsh) source $config_file diff --git a/projects.zsh-example b/projects.zsh-example deleted file mode 100644 index 28ffcae25..000000000 --- a/projects.zsh-example +++ /dev/null @@ -1,5 +0,0 @@ -# Add yourself some shortcuts to projects you often work on -# Example: -# -# brainstormr=/Users/robbyrussell/Projects/development/planetargon/brainstormr -# \ No newline at end of file -- cgit v1.2.3-70-g09d2