mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
[wd] Update wd plugin to v0.4.4
This commit is contained in:
parent
fbe5bb9693
commit
9dfd6ebc12
1 changed files with 3 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
# @github.com/mfaerevaag/wd
|
||||
|
||||
# version
|
||||
readonly WD_VERSION=0.4.3
|
||||
readonly WD_VERSION=0.4.4
|
||||
|
||||
# colors
|
||||
readonly WD_BLUE="\033[96m"
|
||||
|
|
@ -372,7 +372,8 @@ while read -r line
|
|||
do
|
||||
arr=(${(s,:,)line})
|
||||
key=${arr[1]}
|
||||
val=${arr[2]}
|
||||
# join the rest, in case the path contains colons
|
||||
val=${(j,:,)arr[2,-1]}
|
||||
|
||||
points[$key]=$val
|
||||
done < $WD_CONFIG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue