Je nachdem, ob es sich um eine Login-Shell oder um eine interaktive Shell handelt, wird bash entweder das ~/.bash_profile
oder das ~/.bashrc
. iTerm sucht am wahrscheinlichsten ~/.bashrc
.
Sie können einfach eine Zeile am Anfang jeder Datei setzen: Am Anfang von ~/.bash_profile
export BASH_CONF="bash_profile"
Oben ~/.bashrc
export BASH_CONF="bashrc"
Und geben Sie einfach $ echo $BASH_CONF
eine neue iTerm-Instanz ein.