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";