Skip to content

Instantly share code, notes, and snippets.

@robrichard
Last active August 29, 2015 13:56
Show Gist options
  • Save robrichard/9160088 to your computer and use it in GitHub Desktop.
Save robrichard/9160088 to your computer and use it in GitHub Desktop.
function collapse_pwd {
echo $(pwd | sed -e "s,^$HOME,~,")
}
PROMPT='%{$fg_bold[cyan]%}robrichard.net%{$reset_color%}:%{$fg[green]%}$(collapse_pwd)%{$reset_color%}
%{$fg_bold[blue]%}➜ %{$reset_color%}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment