"intel/dsp_fw_kbl_v3420.bin" did not exist on "11e3390b4fac69b50a5f88861d295fd94e51ba6c"
Commit c7185c35 authored by Julian Laubstein's avatar Julian Laubstein Committed by Marc Cornellà
Browse files

Add completions to asdf plugin (#6046)

parent 8efcf277
...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment