aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 35f8cda..cb7c0a6 100644
--- a/.zshrc
+++ b/.zshrc
@@ -112,3 +112,8 @@ case $(uname) in
*)
echo -e '[-- OS UNRECOGNISED --]'
esac
+
+############# CONNECTING OVER SSH #############
+if [[ -a ~/.zshrc-remote ]]; then
+ source ~/.zshrc-remote
+fi