From 2e60bb0779c9f46bafa8ed12e2dc75bc9deb9eac Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sat, 17 Feb 2018 20:11:59 +0100 Subject: [PATCH] Make .bash_profile and .zprofile source .profile. --- home/dotfiles/bash_profile | 2 +- home/dotfiles/zprofile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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