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

16 lines
292 B
Nix
Raw Normal View History

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