Make .bash_profile and .zprofile source .profile.
parent
8d30e01771
commit
2e60bb0779
|
@ -1 +1 @@
|
||||||
echo "~/.bash_profile is executed"
|
source ~/.profile
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
echo "~/.zprofile is being executed"
|
source ~/.profile
|
||||||
|
|
Loading…
Reference in New Issue