Fix pwd unwritable dir bug

This commit is contained in:
Ilan Cosman 2020-06-08 08:13:21 -07:00
parent 9b8404bfb7
commit 9f6f822409

View File

@ -3,7 +3,7 @@ function _tide_pwd
set -g _tide_pwd_output $_tide_pwd set -g _tide_pwd_output $_tide_pwd
if not test -w $PWD if not test -w $PWD
set _tide_pwd_output $_tide_pwd_dir_color{$tide_pwd_unwritable_icon}' '$_tide_pwd_output set _tide_pwd_output $_tide_pwd_dir_color{$tide_pwd_unwritable_icon} $_tide_pwd_output
end end
set -l truncatedList '.' $_tide_split_pwd set -l truncatedList '.' $_tide_split_pwd