From e07b8a8bae3b8f3c81da97d6768b7eab1f08db3c Mon Sep 17 00:00:00 2001 From: Eragos Date: Thu, 4 Aug 2016 20:35:43 +0200 Subject: [PATCH] use ~/.commonrc.local for local changes, proxy etc. --- .commonrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.commonrc b/.commonrc index 5574ee7..ce94204 100755 --- a/.commonrc +++ b/.commonrc @@ -12,3 +12,7 @@ if [ ! "$TERM_PROGRAM" = "iTerm.app" ]; then (tmux ls | grep -vq attached && tmux -2 attach-session -t main) || tmux -2 new-session -s main fi fi + +# use ~/.commonrc.local for local changes, proxy etc. +[[ -f "$HOME/.commonrc.local" ]] && source "$HOME/.commonrc.local" +