File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99# First order of business, see whether we can setup asdf
1010
1111echo " Looking for asdf install" >&2
12- set ASDF_DIR ( or $ASDF_DIR ( set -q HOME; echo $HOME ) /.asdf)
12+ test -n " $ASDF_DIR " ; or set ASDF_DIR " $HOME /.asdf"
1313
1414# Check if we have the asdf binary for version >= 0.16.0
1515set asdf (which asdf)
1616if test -n " $asdf "
17- echo " asdf executable found at $asdf . Setting ASDF_DIR=${ ASDF_DIR} and adding ${ ASDF_DATA_DIR} /shims to PATH." >&2
17+ echo " asdf executable found at $asdf . Setting ASDF_DIR=$ASDF_DIR and adding $ASDF_DATA_DIR /shims to PATH." >&2
1818 # If the binary is found, set up environment for newer asdf versions
1919 set -gx ASDF_DATA_DIR " $ASDF_DIR "
2020 set -gx PATH " $ASDF_DATA_DIR /shims" $PATH
You can’t perform that action at this time.
0 commit comments