diff --git a/home/dotfiles/bash_profile b/home/dotfiles/bash_profile index 565e880..b2faa22 100644 --- a/home/dotfiles/bash_profile +++ b/home/dotfiles/bash_profile @@ -1 +1 @@ -echo "~/.bash_profile is executed" \ No newline at end of file +source ~/.profile diff --git a/home/dotfiles/zprofile b/home/dotfiles/zprofile index 4d08953..b2faa22 100644 --- a/home/dotfiles/zprofile +++ b/home/dotfiles/zprofile @@ -1 +1 @@ -echo "~/.zprofile is being executed" +source ~/.profile