2 autoload colors
; colors
;
3 export LSCOLORS
="Gxfxcxdxbxegedabagacad"
7 if [ "$DISABLE_LS_COLORS" != "true" ]
9 # Find the option for using colors in ls, depending on the version: Linux or BSD
10 ls --color -d .
&>/dev
/null
2>&1 && alias ls='ls --color=tty' || alias ls='ls -G'
18 if [[ x
$WINDOW != x
]]
20 SCREEN_NO
="%B$WINDOW%b "
25 # Apply theming defaults
28 # git theming default: Variables for theming the git info prompt
29 ZSH_THEME_GIT_PROMPT_PREFIX
="git:(" # Prefix at the very beginning of the prompt, before the branch name
30 ZSH_THEME_GIT_PROMPT_SUFFIX
=")" # At the very end of the prompt
31 ZSH_THEME_GIT_PROMPT_DIRTY
="*" # Text to display if the branch is dirty
32 ZSH_THEME_GIT_PROMPT_CLEAN
="" # Text to display if the branch is clean
34 # Setup the prompt with pretty colors