slight tweaks to prompt/theme, and modified alias file to add a few new directory (ls) command options

This commit is contained in:
Jocelyn Mallon 2011-10-04 19:52:05 -07:00
commit 06a077e570
2 changed files with 7 additions and 8 deletions

View file

@ -1,5 +1,5 @@
PROMPT='(%{$fg_bold[magenta]%}%n%{$reset_color%}@%{$fg_bold[blue]%}%m%{$reset_color%}) - (%{$fg_bold[blue]%}%T%{$reset_color%}) - (%{$fg[green]%}%~%{$reset_color%}%)
$(git_prompt_info)%{$reset_color%}$fg_bold[green]%}➜ %{$reset_color%}'
PROMPT='(%{$fg_bold[magenta]%}%n%{$reset_color%}@%{$fg_bold[blue]%}%m%{$reset_color%}) - (%{$fg_bold[blue]%}%T%{$reset_color%}) - (%{$fg_bold[blue]%}%~%{$reset_color%}%)
$(git_prompt_info)%{$reset_color%}$fg_bold[green]%}➜ %{$reset_color%}%{$fg_bold[green]%'
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:%{$reset_color%}(%{$fg_bold[yellow]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"