mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
add terraform/nix shellAbbrs
This commit is contained in:
parent
5599624ecb
commit
d6d5ed2479
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ in
|
|||
shellAbbrs = rec {
|
||||
jqless = "jq -C | less -r";
|
||||
ls = mkIf hasExa "exa";
|
||||
n = "nix";
|
||||
t = "terraform";
|
||||
vi = "vim";
|
||||
v = "vim";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue