dotfiles/home/modules/tui/shell/aliases.nix
2024-12-19 19:30:06 -06:00

15 lines
291 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";
}