asdf/asdf.sh

11 lines
248 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2015-05-13 23:51:01 -07:00
if [ "${BASH_SOURCE[0]}" != "" ]; then
current_script_path=${BASH_SOURCE[0]}
else
current_script_path=$0
fi
2015-07-28 01:15:42 -07:00
qwer_dir=$(cd $(dirname $current_script_path); echo $(pwd))
export PATH="${qwer_dir}/bin:${qwer_dir}/shims:$PATH"