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 17 years ago
parent 2759586aae
commit 8debd097fb
  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

@ -2,4 +2,4 @@
# Load all of the config files in ~/oh-my-zsh that end in .zsh # 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 # 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