mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-22 13:50:09 +00:00
[wd] Minor bug fix in show command
This commit is contained in:
parent
6855dd4727
commit
b5093859af
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ wd_show()
|
||||||
|
|
||||||
wd_print_msg $WD_BLUE "$#wd_matches warp point(s) to current directory: ${WD_GREEN}$wd_matches${WD_NOC}"
|
wd_print_msg $WD_BLUE "$#wd_matches warp point(s) to current directory: ${WD_GREEN}$wd_matches${WD_NOC}"
|
||||||
else
|
else
|
||||||
wd_print_msg $WD_BLUE "No warp points to $cwd"
|
wd_print_msg $WD_YELLOW "No warp point to $(echo $PWD | sed "s:$HOME:~:")"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue