@@ 2,7 2,7 @@ if [ -d ~/.asdf ]; then source ${HOME}/.asdf/asdf.sh
source ${HOME}/.asdf/completions/asdf.bash
- go_home="$(asdf where golang)"
+ go_home="$(asdf where golang 2>/dev/null)"
if [[ $? -eq 0 ]]; then
export PATH="${go_home}/packages/bin:${PATH}"
fi