diff options
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |