[wd] Fix update of wd plugin to v0.4.6 (#6407)

master
Markus Færevaag 8 years ago committed by Robby Russell
parent 7cea8475fb
commit dcb8101fde
  1. 2
      plugins/wd/_wd.sh

@ -24,7 +24,7 @@ function _wd() {
target_path=${arr[2]}
# replace ~ from path to fix completion (#17)
target_path=${path/#\~/$HOME}
target_path=${target_path/#\~/$HOME}
points[$name]=$target_path
done < $CONFIG

Loading…
Cancel
Save