Last active
October 11, 2016 12:06
-
-
Save arrowrowe/91e405d0cd83d83fb264 to your computer and use it in GitHub Desktop.
ZSH theme based on robbyrussell.zsh-theme.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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