Initial take on .zshrc and custom theme

This commit is contained in:
2013-12-17 11:13:33 -08:00
commit ac0476b461
2 changed files with 97 additions and 0 deletions

10
edorrington.zsh-theme.zsh Normal file
View File

@@ -0,0 +1,10 @@
PROMPT='%{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} %{$reset_color%} %F{cyan}%~%f %F{red}%F{gray}%f '
ZSH_THEME_GIT_PROMPT_PREFIX="git:(%{$fg[red]%}"
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})"
export LSCOLORS='exfxcxdxbxgxdxabagacad'
export LS_COLORS='di=34:ln=35:so=32:pi=33:ex=31:bd=36;01:cd=33;01:su=31;40;07:sg=36;40;07:tw=32;40;07:ow=33;40;07:'