mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 19:02:17 +00:00
15 lines
292 B
Nix
15 lines
292 B
Nix
{
|
|
cat = "bat";
|
|
ccat = "egrep -v '^\s*(#|\\$)'";
|
|
g = "git";
|
|
gg = "git graph";
|
|
gs = "git status";
|
|
jqless = "jq -C | less -r";
|
|
n = "nix";
|
|
sshpass = "ssh -o PubkeyAuthentication=no";
|
|
tf = "terraform";
|
|
tfyolo = "terraform apply -auto-approve";
|
|
top = "btop";
|
|
v = "nvim";
|
|
}
|
|
|