mirror of
https://github.com/IlanCosman/tide.git
synced 2025-01-01 00:52:56 +03:00
Don't anchor if tide_pwd_markers is empty
This commit is contained in:
parent
a6887068a7
commit
49fd438267
@ -22,7 +22,7 @@ function _tide_pwd
|
||||
|
||||
math $i+1 | read i
|
||||
|
||||
if for marker in $tide_pwd_markers # Returns true if any markers exist in dir_section
|
||||
if false || for marker in $tide_pwd_markers # false is for if tide_pwd_markers is empty
|
||||
test -e $parent_dir/$dir_section/$marker && break
|
||||
end
|
||||
set split_output[$i] $_tide_color_anchors$dir_section$_tide_reset_to_color_dirs
|
||||
|
Loading…
Reference in New Issue
Block a user