mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 09:38:16 -07:00
5 lines
114 B
Bash
5 lines
114 B
Bash
#/usr/bin/env sh
|
|
|
|
asdf_dir=$(cd $(dirname $0); echo $(pwd))
|
|
export PATH="$(asdf_dir)/bin:$(asdf_dir)/shims:$PATH"
|