re-add sshpass abbr

This commit is contained in:
John Bowdre 2023-08-04 13:29:05 -05:00
parent 00db2d1055
commit 1468ecb556

View file

@ -7,6 +7,7 @@
jqless = "jq -C | less -r";
k = "kubectl";
n = "nix";
sshpass = "ssh -o PubkeyAuthentication=no";
tf = "terraform";
tfyolo = "terraform apply -auto-approve";
vi = "vim";