diff --git a/functions/_tide_item_pwd.fish b/functions/_tide_item_pwd.fish index fc3c51d7..21baa2ee 100644 --- a/functions/_tide_item_pwd.fish +++ b/functions/_tide_item_pwd.fish @@ -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