From 7b67e94144c8ab66d652f096e09d017385ef191e Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 26 Oct 2022 10:27:21 +0200 Subject: up --- .config/zsh/alias.zsh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to '.config/zsh') diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 4998eca..1ea2690 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -84,21 +84,7 @@ bssh() { assh() { user='admin' host='bastion' - if [ -z "$1" ]; then - ssh $user@$host -- --osh - return - fi - if [ "$1" != "--osh" ]; then - tmp="$1" - shift 1 - if ! grep -F '@' <<< "$tmp" >/dev/null 2>&1; then - ssh $user@$host -t -- root@"$tmp" $* - else - ssh $user@$host -t -- "$tmp" $* - fi - else - ssh $user@$host -t -- $* - fi + ssh $user@$host -- --osh $* } upsrc() { doas git -C /usr/src pull --ff-only -- cgit v1.2.3