mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-24 12:33:34 +03:00
Fix first dir color bug
This commit is contained in:
parent
eb8e185636
commit
c34beb85e7
@ -35,6 +35,7 @@ function _tide_item_pwd
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
set colorPwd $colorMidDirs$colorPwd
|
||||||
set colorPwd (string replace -a '/' "$colorMidDirs"'/' $colorPwd)
|
set colorPwd (string replace -a '/' "$colorMidDirs"'/' $colorPwd)
|
||||||
printf '%s ' $colorPwd
|
printf '%s ' $colorPwd
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user