From 1e6a4edbf40b36426e72bb35c3cf689ba1dc5133 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 4 Feb 2020 13:31:29 +0100 Subject: [PATCH] [ADD][SHELL] Use local profile configuration --- shell/.profile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shell/.profile b/shell/.profile index c61443d..4cfe86b 100644 --- a/shell/.profile +++ b/shell/.profile @@ -52,3 +52,7 @@ eval "$(keychain --eval id_rsa --eval shared_rsa --quiet)" # Use my localrc script to automatically source/unsource local configurations source ~/.scripts/localrc + +if [ -e ~/.local_profile ]; then + source ~/.local_profile +fi