2 autoload colors
; colors
;
3 eval $(dircolors $XDG_CONFIG_HOME/dircolors)
11 if [[ x
$WINDOW != x
]]
13 SCREEN_NO
="%B$WINDOW%b "
18 # Apply theming defaults
21 # git theming default: Variables for theming the git info prompt
22 ZSH_THEME_GIT_PROMPT_PREFIX
="git:(" # Prefix at the very beginning of the prompt, before the branch name
23 ZSH_THEME_GIT_PROMPT_SUFFIX
=")" # At the very end of the prompt
24 ZSH_THEME_GIT_PROMPT_DIRTY
="*" # Text to display if the branch is dirty
25 ZSH_THEME_GIT_PROMPT_CLEAN
="" # Text to display if the branch is clean
27 # Setup the prompt with pretty colors