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

View File

@@ -42,5 +42,5 @@ directory_name(){
echo "%{$fg_bold[cyan]%}%1/%\/%{$reset_color%}"
}
export PROMPT=$'%{$fg_bold[blue]%}%n%{$reset_color%}:$(directory_name) %{$fg_bold[cyan]%}➜%{$reset_color%} '
export PROMPT=$'%{$FG[199]%}%{$reset_color%} $(directory_name) %{$fg_bold[magenta]%}➜%{$reset_color%} '
export RPROMPT=$'$(git_dirty)$(need_push)'