Fix first dir color bug

This commit is contained in:
Ilan Cosman 2020-06-05 09:15:52 -07:00
parent eb8e185636
commit c34beb85e7

View File

@ -35,6 +35,7 @@ function _tide_item_pwd
end
end
set colorPwd $colorMidDirs$colorPwd
set colorPwd (string replace -a '/' "$colorMidDirs"'/' $colorPwd)
printf '%s ' $colorPwd
end