use ~/.commonrc.local for local changes, proxy etc.

This commit is contained in:
2016-08-04 20:35:43 +02:00
parent 5d4066feaf
commit e07b8a8bae

View File

@@ -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 (tmux ls | grep -vq attached && tmux -2 attach-session -t main) || tmux -2 new-session -s main
fi fi
fi fi
# use ~/.commonrc.local for local changes, proxy etc.
[[ -f "$HOME/.commonrc.local" ]] && source "$HOME/.commonrc.local"