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
326 B

3 years ago
  1. PROMPT='$fg_bold[blue][ $fg[red]%t $fg_bold[blue]] $fg_bold[blue] [ $fg[red]%n@%m:%~$(git_prompt_info)$fg[yellow]$(ruby_prompt_info)$fg_bold[blue] ]$reset_color
  2. $ '
  3. # git theming
  4. ZSH_THEME_GIT_PROMPT_PREFIX="$fg_bold[green]("
  5. ZSH_THEME_GIT_PROMPT_SUFFIX=")"
  6. ZSH_THEME_GIT_PROMPT_CLEAN="✔"
  7. ZSH_THEME_GIT_PROMPT_DIRTY="✗"