summaryrefslogtreecommitdiff
path: root/plugins/wd/wd.sh
diff options
context:
space:
mode:
authorMarkus Faerevaag <mafaer@gmail.com>2014-09-08 09:09:44 +0200
committerMarkus Faerevaag <mafaer@gmail.com>2014-09-08 09:09:44 +0200
commitb5093859af472c04dfca33adfeba49bfbe417c9d (patch)
tree051c9274232fce28f75320afb0f8d3da65114380 /plugins/wd/wd.sh
parent6855dd4727a395bfe8bd471c939819d907cb6c27 (diff)
downloadzsh-b5093859af472c04dfca33adfeba49bfbe417c9d.tar.gz
zsh-b5093859af472c04dfca33adfeba49bfbe417c9d.tar.bz2
zsh-b5093859af472c04dfca33adfeba49bfbe417c9d.zip
[wd] Minor bug fix in show command
Diffstat (limited to 'plugins/wd/wd.sh')
-rwxr-xr-xplugins/wd/wd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wd/wd.sh b/plugins/wd/wd.sh
index 4e45b48e1..d63e92472 100755
--- a/plugins/wd/wd.sh
+++ b/plugins/wd/wd.sh
@@ -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
}