summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/.zshrc.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.zshrc.local b/home/.zshrc.local
index 787f3e5..a10bc39 100644
--- a/home/.zshrc.local
+++ b/home/.zshrc.local
@@ -63,11 +63,11 @@ if main_node; then
export BATTERY=1
export XDG_CURRENT_DESKTOP=kde
+ export CVS_RSH="ssh"
else
export BROWSER="links"
export BATTERY=0
fi
-export TERM=rxvt-unicode-256color
alias vim="vim -p"
alias gvim="gvim -p"