Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
dcb8101f
Commit
dcb8101f
authored
Nov 10, 2017
by
Markus Færevaag
Committed by
Robby Russell
Nov 09, 2017
Browse files
[wd] Fix update of wd plugin to v0.4.6 (#6407)
parent
7cea8475
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/wd/_wd.sh
View file @
dcb8101f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment