Skip to content

Instantly share code, notes, and snippets.

@kalasjocke
Created March 24, 2014 13:23
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 kalasjocke/9739976 to your computer and use it in GitHub Desktop.
Save kalasjocke/9739976 to your computer and use it in GitHub Desktop.
if [[ -n $SSH_CONNECTION ]]; then
PROMPT='%{$fg_bold[green]%}λ%{$reset_color%} %~ '
else
PROMPT='%{$fg_bold[green]%}➜%{$reset_color%} %~ $(git_prompt_info)%{$reset_color%}'
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment