Browse code

Merge commit 'e429ff9e2bed41f88e3df3315b159fa79a7152fc'

Robby Russell authored on 12/12/2009 at 22:10:05
Showing 3 changed files
... ...
@@ -43,7 +43,7 @@ if [ -f ~/.ssh/known_hosts ]; then
43 43
 fi
44 44
 
45 45
 # Complete on history
46
-# zstyle ':completion:*:history-words' stop yes
47
-# zstyle ':completion:*:history-words' remove-all-dups yes
48
-# zstyle ':completion:*:history-words' list false
49
-# zstyle ':completion:*:history-words' menu yes
46
+#zstyle ':completion:*:history-words' stop yes
47
+#zstyle ':completion:*:history-words' remove-all-dups yes
48
+#zstyle ':completion:*:history-words' list false
49
+#zstyle ':completion:*:history-words' menu yes
... ...
@@ -3,4 +3,5 @@ setopt correct_all
3 3
 alias man='nocorrect man'
4 4
 alias mv='nocorrect mv'
5 5
 alias mysql='nocorrect mysql'
6
-alias mv='nocorrect mv'
6
+alias mkdir='nocorrect mkdir'
7
+alias gist='nocorrect gist'
7 8
\ No newline at end of file
... ...
@@ -1,11 +1,11 @@
1
-PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[yellow]%}•%{$fg_no_bold[magenta]%}%3~$(git_prompt_info)%{$reset_color%}» '
1
+PROMPT='%{$fg_no_bold[cyan]%}%n%{$fg_no_bold[magenta]%}➜%{$fg_no_bold[green]%}%3~$(git_prompt_info)%{$reset_color%}» '
2 2
 RPROMPT='[%*]'
3 3
 
4 4
 # git theming
5
-ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[green]%}"
5
+ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}(%{$fg_no_bold[red]%}"
6 6
 ZSH_THEME_GIT_PROMPT_SUFFIX=""
7 7
 ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg_bold[blue]%})"
8
-ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[red]%}⚡%{$fg_bold[blue]%})"
8
+ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg_bold[yellow]%}✗%{$fg_bold[blue]%})"
9 9
 
10 10
 # LS colors, made with http://geoff.greer.fm/lscolors/
11 11
 export LSCOLORS="Gxfxcxdxbxegedabagacad"