summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 919483d..6acb6ab 100644
--- a/.zshrc
+++ b/.zshrc
@@ -191,6 +191,7 @@ alias t_timeline='while true; do clear; t timeline -n 13 -C icon; sleep 600; don
alias cal='while true; do clear; echo; khal calendar; sleep 600; done'
alias gitc='git -c color.status=always'
alias npm_install='npm install -g --prefix ./lib/node'
+alias ssh_legacy='ssh -oKexAlgorithms=+diffie-hellman-group1-sha1'
if [[ -f ~/.zshrcp ]]; then
source ~/.zshrcp
fi