Created
May 18, 2014 00:32
-
-
Save romsalva/91a431356f2d7649aa13 to your computer and use it in GitHub Desktop.
This file contains 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
autoload promptinit compinit colors | |
promptinit | |
compinit | |
colors | |
#prompt walters | |
PBRACKETS="$fg[blue]" | |
PINFO="$fg[yellow]" | |
PRINFO="$fg[red]" | |
PROMPT="%{$PBRACKETS%}[%{$PINFO%}%~%{$PBRACKETS%}]%{$reset_color%}> " | |
RPROMPT="%{$PBRACKETS%}[%{$PRINFO%}%T%{$PBRACKETS%}]%{$reset_color%}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment