add terraform/nix shellAbbrs

This commit is contained in:
John Bowdre 2023-08-01 13:46:11 -05:00
parent 5599624ecb
commit d6d5ed2479

View file

@ -11,6 +11,8 @@ in
shellAbbrs = rec {
jqless = "jq -C | less -r";
ls = mkIf hasExa "exa";
n = "nix";
t = "terraform";
vi = "vim";
v = "vim";
};