diff --git a/badssh b/badssh index 54a5ede..057436d 100755 --- a/badssh +++ b/badssh @@ -1,3 +1,3 @@ -#!/bin/bash -ssh -v -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $1 +#!/bin/zsh +ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "${@}" diff --git a/zshrc b/zshrc-omz similarity index 100% rename from zshrc rename to zshrc-omz