Skip to content

Instantly share code, notes, and snippets.

@arrowrowe
Last active October 11, 2016 12:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arrowrowe/91e405d0cd83d83fb264 to your computer and use it in GitHub Desktop.
Save arrowrowe/91e405d0cd83d83fb264 to your computer and use it in GitHub Desktop.
ZSH theme based on robbyrussell.zsh-theme.
local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ %s)"
local pwd="$fg_bold[cyan]%d$reset_color"
local signature="$fg_no_bold[green]$(print "$(whoami)@$(uname -n)")$reset_color"
local NEWLINE=$'\n'
PROMPT="${ret_status} $signature $pwd\$(git-radar --zsh --fetch 2>&1) $NEWLINE$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment