Skip to content

Instantly share code, notes, and snippets.

@romsalva
Created May 18, 2014 00:32
Show Gist options
  • Save romsalva/91a431356f2d7649aa13 to your computer and use it in GitHub Desktop.
Save romsalva/91a431356f2d7649aa13 to your computer and use it in GitHub Desktop.
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