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
Oh My Zsh
Commits
c7185c35
"vscode:/vscode.git/clone" did not exist on "8beb5a50f1e442733a624de73dedff99170b6b71"
Commit
c7185c35
authored
Apr 22, 2018
by
Julian Laubstein
Committed by
Marc Cornellà
Apr 22, 2018
Browse files
Add completions to asdf plugin (#6046)
parent
8efcf277
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/asdf/asdf.plugin.zsh
View file @
c7185c35
...
@@ -5,3 +5,8 @@ ASDF_DIR="${ASDF_DIR:-$HOME/.asdf}"
...
@@ -5,3 +5,8 @@ ASDF_DIR="${ASDF_DIR:-$HOME/.asdf}"
if
[
-f
$ASDF_DIR
/asdf.sh
]
;
then
if
[
-f
$ASDF_DIR
/asdf.sh
]
;
then
.
$ASDF_DIR
/asdf.sh
.
$ASDF_DIR
/asdf.sh
fi
fi
# Load asdf completions, if found.
if
[
-f
$ASDF_DIR
/completions/asdf.bash
]
;
then
.
$ASDF_DIR
/completions/asdf.bash
fi
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