Skip to content

Instantly share code, notes, and snippets.

@jonesbusy
Last active February 2, 2021 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonesbusy/bb3a272eaaddc93849abb41b04763e18 to your computer and use it in GitHub Desktop.
Save jonesbusy/bb3a272eaaddc93849abb41b04763e18 to your computer and use it in GitHub Desktop.
ZSH_THEME="flazz"
export EDITOR=vim
# Prompt config
CARETCOLOR=magenta
PROMPT='%{${fg[cyan]}%}%n@%m%{${fg_bold[magenta]}%}:%{$reset_color%}%3~%{$fg_bold[cyan]%}$(__git_ps1 " (%s)") %{${fg_bold[$CARETCOLOR]}%}$%{${reset_color}%} '
RPROMPT='%{$fg[white]%}[%?][%l][%*]%{$reset_color%}'
GIT_PS1_SHOWUPSTREAM=verbose
GIT_PS1_SHOWDIRTYSTATE=1
GIT_PS1_SHOWSTASHSTATE=1
GIT_PS1_SHOWUNTRACKEDFILES=1
GIT_PS1_SHOWCOLORHINTS=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment