aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-01-14 10:39:53 +0000
committerkatherine <shmibs@shmibbles.me>2016-01-14 10:39:53 +0000
commitf4cb82b99daf3e2f848a504b4acfe809a7ae5970 (patch)
tree74faa090a51ba5cbff3a51560f1d56b7fb7d2ba3 /.zshrc
parentc0255be3de8e984106881ad8955bc14774e4cc21 (diff)
downloaddotfiles-f4cb82b99daf3e2f848a504b4acfe809a7ae5970.tar.gz
remote session with dtach
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