4 lines
133 B
Bash
4 lines
133 B
Bash
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|
|
|
|
[ -f /opt/homebrew/opt/asdf/libexec/asdf.sh ] && . /opt/homebrew/opt/asdf/libexec/asdf.sh
|