summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-01-14 16:29:26 +0100
committerPatrick Simianer <p@simianer.de>2016-01-14 16:29:26 +0100
commit41905e2636367e087759b11d721767a998179cd2 (patch)
tree9390fa8fd88757fee5540a9868b04996cca7b16a /.zshrc
parentf74b25a08647f18cb440eb90d920ba7d474f2af0 (diff)
zshrc: ssh_legacy
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