From 1468ecb55601a15bf8841003b7d38f72f1ee5b2d Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 4 Aug 2023 13:29:05 -0500 Subject: [PATCH] re-add sshpass abbr --- home/features/cli/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/cli/fish.nix b/home/features/cli/fish.nix index 6f85138..7acc730 100644 --- a/home/features/cli/fish.nix +++ b/home/features/cli/fish.nix @@ -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";