git-prompt icon indicating copy to clipboard operation
git-prompt copied to clipboard

Add new "relative" option to cwd_truncate

Open olivierdagenais opened this issue 4 years ago • 0 comments

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!

olivierdagenais avatar May 28 '21 17:05 olivierdagenais