diff options
-rw-r--r-- | lib/aliases.zsh (renamed from aliases.zsh) | 0 | ||||
-rw-r--r-- | lib/colors.zsh (renamed from colors.zsh) | 0 | ||||
-rw-r--r-- | lib/completion.zsh (renamed from completion.zsh) | 0 | ||||
-rw-r--r-- | lib/functions.zsh (renamed from functions.zsh) | 0 | ||||
-rw-r--r-- | lib/git.zsh (renamed from git.zsh) | 0 | ||||
-rw-r--r-- | lib/grep.zsh (renamed from grep.zsh) | 0 | ||||
-rw-r--r-- | lib/history.zsh (renamed from history.zsh) | 0 | ||||
-rw-r--r-- | lib/key-bindings.zsh (renamed from key-bindings.zsh) | 0 | ||||
-rw-r--r-- | lib/prompt.zsh (renamed from prompt.zsh) | 0 | ||||
-rw-r--r-- | lib/rake_completion.zsh (renamed from rake_completion.zsh) | 0 | ||||
-rw-r--r-- | oh-my-zsh.sh | 2 |
11 files changed, 1 insertions, 1 deletions
diff --git a/aliases.zsh b/lib/aliases.zsh index 253c2ac64..253c2ac64 100644 --- a/aliases.zsh +++ b/lib/aliases.zsh diff --git a/colors.zsh b/lib/colors.zsh index b2b08f929..b2b08f929 100644 --- a/colors.zsh +++ b/lib/colors.zsh diff --git a/completion.zsh b/lib/completion.zsh index dff71cfd3..dff71cfd3 100644 --- a/completion.zsh +++ b/lib/completion.zsh diff --git a/functions.zsh b/lib/functions.zsh index e3891f6fc..e3891f6fc 100644 --- a/functions.zsh +++ b/lib/functions.zsh diff --git a/grep.zsh b/lib/grep.zsh index 93c4270b6..93c4270b6 100644 --- a/grep.zsh +++ b/lib/grep.zsh diff --git a/history.zsh b/lib/history.zsh index a093aa27c..a093aa27c 100644 --- a/history.zsh +++ b/lib/history.zsh diff --git a/key-bindings.zsh b/lib/key-bindings.zsh index 20caad11f..20caad11f 100644 --- a/key-bindings.zsh +++ b/lib/key-bindings.zsh diff --git a/prompt.zsh b/lib/prompt.zsh index 31c33feb5..31c33feb5 100644 --- a/prompt.zsh +++ b/lib/prompt.zsh diff --git a/rake_completion.zsh b/lib/rake_completion.zsh index c425a625e..c425a625e 100644 --- a/rake_completion.zsh +++ b/lib/rake_completion.zsh diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh index b931f558a..40c73cb49 100644 --- a/oh-my-zsh.sh +++ b/oh-my-zsh.sh @@ -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 |