What shell runs when you run the command /usr/bin/env sh?
Perhaps there’s a more universal way to write that line:
[ -f “$HOME/.asdf/asdf.sh” ] && . “$HOME/.asdf/asdf.sh”
What shell runs when you run the command /usr/bin/env sh?
Perhaps there’s a more universal way to write that line:
[ -f “$HOME/.asdf/asdf.sh” ] && . “$HOME/.asdf/asdf.sh”