lvv / git-prompt

bash prompt with GIT, SVN and HG modules
http://volnitsky.com/project/git-prompt
327 stars 97 forks source link

Add new "relative" option to cwd_truncate #47

Open olivierdagenais opened 3 years ago

olivierdagenais commented 3 years ago

Overview

This keeps the window title shorter: once I'm in a Git repo, I only care about the repo folder's name. It also makes sure the "shell label" uses the same value of the computed cwd.

Manual testing

This is how I use it in my ~/.git-prompt.conf file:

cwd_cmd='cwd_truncate relative'

...and it looks like this:

image

Mission accomplished!