clicolorforce on cdg

This commit is contained in:
Thomas Forgione 2020-01-08 10:20:09 +01:00
parent 54dba89846
commit 30f652007c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ fi
# change to git directory
cdg() {
local newdir
newdir=$(pgd $1) && cd $newdir
newdir=$(CLICOLOR_FORCE=1 pgd $1) && cd $newdir
}
_cdg() {