mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 09:22: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 {
|
shellAbbrs = rec {
|
||||||
jqless = "jq -C | less -r";
|
jqless = "jq -C | less -r";
|
||||||
ls = mkIf hasExa "exa";
|
ls = mkIf hasExa "exa";
|
||||||
|
n = "nix";
|
||||||
|
t = "terraform";
|
||||||
vi = "vim";
|
vi = "vim";
|
||||||
v = "vim";
|
v = "vim";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue