Commit 46062e25 authored by Markus Færevaag's avatar Markus Færevaag Committed by Robby Russell
Browse files

[wd] Update wd plugin to latest (#6383)

* Update wd plugin to v0.4.5

* [wd] Update wd plugin to v0.4.6
parent 9edb3fce
......@@ -21,12 +21,12 @@ function _wd() {
do
arr=(${(s,:,)line})
name=${arr[1]}
path=${arr[2]}
target_path=${arr[2]}
# replace ~ from path to fix completion (#17)
path=${path/#\~/$HOME}
target_path=${path/#\~/$HOME}
points[$name]=$path
points[$name]=$target_path
done < $CONFIG
commands=(
......
......@@ -8,7 +8,7 @@
# @github.com/mfaerevaag/wd
# version
readonly WD_VERSION=0.4.4
readonly WD_VERSION=0.4.6
# colors
readonly WD_BLUE="\033[96m"
......
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