Make .bash_profile and .zprofile source .profile.

master
Icedream 2018-02-17 20:11:59 +01:00
parent 8d30e01771
commit 2e60bb0779
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
echo "~/.bash_profile is executed" source ~/.profile

View File

@ -1 +1 @@
echo "~/.zprofile is being executed" source ~/.profile