Added Tomorrow theme to project, other updates

+ Added tomorrow theme
+ added spectrum.zsh
+ added zsh/lib directory
+ updated prompt
+ updated colors
+ set vim theme to Tomorrow-Night-Bright
+ moved some zsh files to zsh/lib
This commit is contained in:
Nick Nisi
2012-10-28 11:18:25 -05:00
parent 5f2de951dd
commit dd479da78a
11 changed files with 1781 additions and 2 deletions

5
zsh/lib/completion.zsh Normal file
View File

@@ -0,0 +1,5 @@
# matches case insensitive for lowercase
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
# pasting with tabs doesn't perform completion
zstyle ':completion:*' insert-tab pending