aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorshmibs <shmibs@gmail.com>2015-12-22 16:12:41 -0700
committershmibs <shmibs@gmail.com>2015-12-22 16:12:41 -0700
commitaf61a9d7d33b7cb6cbecceeba558a64bae349ce5 (patch)
treeae18637dfe8febea445fbc5c83f5368fc4af60a4 /.zshrc
parent3f01b583dffc23253a244032bd824d5264d0331c (diff)
downloaddotfiles-af61a9d7d33b7cb6cbecceeba558a64bae349ce5.tar.gz
snapshot 2015-12-22
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