From: martin f. krafft <madduck@madduck.net>
Date: Mon, 12 Aug 2019 03:19:14 +0000 (+1200)
Subject: add utility aliases for zsh
X-Git-Url: https://git.madduck.net/etc/ssh.git/commitdiff_plain/8d26ff82dc680d32c4d613f39981817c039de9d5?ds=inline

add utility aliases for zsh
---

diff --git a/.zsh/zshrc/parts.d/50-ssh b/.zsh/zshrc/parts.d/50-ssh
index 647dd9e..772a426 100644
--- a/.zsh/zshrc/parts.d/50-ssh
+++ b/.zsh/zshrc/parts.d/50-ssh
@@ -16,4 +16,9 @@ if [ -r $HOME/.ssh/known_hosts ]; then
   unset _myhosts
 fi
 
+alias rrsh='() { ssh "${@:-}" -t /bin/su - }'
+compdef rrsh=ssh
+
+alias kssh='rm -vf -- $VARDIR/ssh/ssh_control_*(=as-60Y1omN)'
+
 # vim:ft=zsh