mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
re-add sshpass abbr
This commit is contained in:
parent
00db2d1055
commit
1468ecb556
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
jqless = "jq -C | less -r";
|
jqless = "jq -C | less -r";
|
||||||
k = "kubectl";
|
k = "kubectl";
|
||||||
n = "nix";
|
n = "nix";
|
||||||
|
sshpass = "ssh -o PubkeyAuthentication=no";
|
||||||
tf = "terraform";
|
tf = "terraform";
|
||||||
tfyolo = "terraform apply -auto-approve";
|
tfyolo = "terraform apply -auto-approve";
|
||||||
vi = "vim";
|
vi = "vim";
|
||||||
|
|
Loading…
Reference in a new issue