dotfiles/home/modules/tui/shell/aliases.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";
}