Skip to content

Instantly share code, notes, and snippets.

@nk9
Created February 17, 2020 18:57
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 nk9/f51ca621c683cf67c5b7f74ed9a90d34 to your computer and use it in GitHub Desktop.
Save nk9/f51ca621c683cf67c5b7f74ed9a90d34 to your computer and use it in GitHub Desktop.
My oh-my-zsh theme
setopt prompt_subst
PROMPT="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )%{$reset_color%}"
PROMPT+=' %(!.%{$fg[red]%}.%{$fg[green]%})$(shrink_path -l -t)%{$fg_bold[blue]%}$(git_prompt_info)%{$reset_color%} '
RPROMPT='%*'
ZSH_THEME_GIT_PROMPT_PREFIX=" ("
ZSH_THEME_GIT_PROMPT_SUFFIX=")"
ZSH_THEME_GIT_PROMPT_DIRTY=" ✗"
ZSH_THEME_GIT_PROMPT_CLEAN=" ✔"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment