aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-01-22 05:24:38 -0700
committerkatherine <shmibs@shmibbles.me>2016-01-22 05:24:38 -0700
commit8254675dff09cbcf45555136f775a893fe6846a2 (patch)
tree35ed7b86d170126fa48bcdbb5b3d6ae57ef1f962 /.zshrc
parent52850cd050a543c5a00eadeec70ed385f9176d98 (diff)
parent263e556e523ca5817efa4f717d532a5cc1035a5e (diff)
downloaddotfiles-8254675dff09cbcf45555136f775a893fe6846a2.tar.gz
Merge branch 'master' of github.com:shmibs/dotfiles
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/.zshrc b/.zshrc
index cb7c0a6..35f8cda 100644
--- a/.zshrc
+++ b/.zshrc
@@ -112,8 +112,3 @@ case $(uname) in
*)
echo -e '[-- OS UNRECOGNISED --]'
esac
-
-############# CONNECTING OVER SSH #############
-if [[ -a ~/.zshrc-remote ]]; then
- source ~/.zshrc-remote
-fi