aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
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