1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 07:20:40 +01:00

[wd] Minor bug fix in show command

This commit is contained in:
Markus Faerevaag
2014-09-08 09:09:44 +02:00
parent 6855dd4727
commit b5093859af

View File

@@ -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}"
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
}