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
c7185c35
"intel/dsp_fw_kbl_v3420.bin" did not exist on "11e3390b4fac69b50a5f88861d295fd94e51ba6c"
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