mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Update setup script and add a new one
This commit is contained in:
parent
364b65c2d9
commit
603df1714a
4
asdf.sh
4
asdf.sh
@ -6,5 +6,5 @@ else
|
||||
current_script_path=$0
|
||||
fi
|
||||
|
||||
asdf_dir=$(cd $(dirname $current_script_path); echo $(pwd))
|
||||
export PATH="${asdf_dir}/bin:${asdf_dir}/shims:$PATH"
|
||||
qwer_dir=$(cd $(dirname $current_script_path); echo $(pwd))
|
||||
export PATH="${qwer_dir}/bin:${qwer_dir}/shims:$PATH"
|
||||
|
Loading…
Reference in New Issue
Block a user