Browse Source

Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options

master
Robby Russell 15 years ago
parent
commit
8dd06e3c73
  1. 0
      lib/aliases.zsh
  2. 0
      lib/colors.zsh
  3. 0
      lib/completion.zsh
  4. 0
      lib/functions.zsh
  5. 0
      lib/git.zsh
  6. 0
      lib/grep.zsh
  7. 0
      lib/history.zsh
  8. 0
      lib/key-bindings.zsh
  9. 0
      lib/prompt.zsh
  10. 0
      lib/rake_completion.zsh
  11. 2
      oh-my-zsh.sh

0
aliases.zsh → lib/aliases.zsh

0
colors.zsh → lib/colors.zsh

0
completion.zsh → lib/completion.zsh

0
functions.zsh → lib/functions.zsh

0
git.zsh → lib/git.zsh

0
grep.zsh → lib/grep.zsh

0
history.zsh → lib/history.zsh

0
key-bindings.zsh → lib/key-bindings.zsh

0
prompt.zsh → lib/prompt.zsh

0
rake_completion.zsh → lib/rake_completion.zsh

2
oh-my-zsh.sh

@ -2,4 +2,4 @@ @@ -2,4 +2,4 @@
# 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/*.zsh) source $config_file
for config_file ($ZSH/lib/*.zsh) source $config_file

Loading…
Cancel
Save