my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
268 B

3 years ago
  1. PROMPT='
  2. %n@%m %{$fg[cyan]%}%~
  3. %? $(git_prompt_info)%{$fg_bold[blue]%}%% %{$reset_color%}'
  4. ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[red]%}"
  5. ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} "
  6. ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[red]%}"
  7. ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%}"