git.rcrnstn.net
browsing:
master
Branches
master
Files
Commits
Stats
Network
Graph
rcrnstn/dotfiles-prompt
.shrc.d
prompt0-pwd.sh
Raw
Blame
Patch Log
History
__prompt_pwd() { if [ "$PWD" = "$HOME" ] then printf "$1" '~' else printf "$1" "${PWD##?*/}" fi }