Commit b5093859 authored by Markus Faerevaag's avatar Markus Faerevaag
Browse files

[wd] Minor bug fix in show command

parent 6855dd47
...@@ -230,7 +230,7 @@ wd_show() ...@@ -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
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment