2 autoload colors
; colors
;
3 export LSCOLORS
="Gxfxcxdxbxegedabagacad"
12 if [[ x
$WINDOW != x
]]
14 SCREEN_NO
="%B$WINDOW%b "
19 # Apply theming defaults
22 # git theming default: Variables for theming the git info prompt
23 ZSH_THEME_GIT_PROMPT_PREFIX
="git:(" # Prefix at the very beginning of the prompt, before the branch name
24 ZSH_THEME_GIT_PROMPT_SUFFIX
=")" # At the very end of the prompt
25 ZSH_THEME_GIT_PROMPT_DIRTY
="*" # Text to display if the branch is dirty
26 ZSH_THEME_GIT_PROMPT_CLEAN
="" # Text to display if the branch is clean
28 # Setup the prompt with pretty colors