missed a path comparison

This commit is contained in:
Luca Filipozzi 2019-10-28 12:30:49 -07:00
parent 105c2b47e5
commit cc64df4bf0

View File

@ -113,8 +113,7 @@ function __bobthefish_pretty_parent -S -a child_dir -d 'Print a parent directory
end
function __bobthefish_ignore_vcs_dir -d 'Check whether the current directory should be ignored as a VCS segment'
for p in $theme_vcs_ignore_paths
set ignore_path (realpath $p 2>/dev/null)
for ignore_path in $theme_vcs_ignore_paths
switch $PWD/
case $ignore_path/\*
echo 1