# # ~~~ bash config # # exit early if not interactive if [[ $- != *i* ]]; then return fi # switch to nushell [ -x /opt/homebrew/bin/nu ] && SHELL=/opt/homebrew/bin/nu exec /opt/homebrew/bin/nu