dotfiles/home/modules/tui/shell/aliases.nix

16 lines
291 B
Nix
Raw Normal View History

{
cat = "bat";
2024-12-20 01:30:06 +00:00
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";
2024-12-05 14:11:10 +00:00
v = "nvim";
}