asdf/asdf.sh

8 lines
216 B
Bash
Raw Normal View History

2015-05-13 23:51:01 -07:00
#!/usr/bin/env sh
2015-05-10 09:48:03 -07:00
2015-05-13 23:51:01 -07:00
#TODO check for ${BASH_SOURCE[0]} or use $0
current_script_path=${BASH_SOURCE[0]}
asdf_dir=$(cd $(dirname $current_script_path); echo $(pwd))
export PATH="${asdf_dir}/bin:${asdf_dir}/shims:$PATH"