cli/nushell.nix: init
This commit is contained in:
parent
204d97da9d
commit
1d0e559d73
1 changed files with 9 additions and 16 deletions
|
@ -13,24 +13,17 @@ in {
|
|||
programs.nushell = {
|
||||
enable = true;
|
||||
package = pkgs.nushell;
|
||||
settings = {
|
||||
aliases = {
|
||||
shellAliases = {
|
||||
c = "clear";
|
||||
cc = "cd ~ && clear";
|
||||
cc = "cd; clear";
|
||||
mv = "mv -iv";
|
||||
rm = "trash -v";
|
||||
ls = "eza ";
|
||||
l = "eza -a ";
|
||||
la = "eza -lha --git";
|
||||
lg = "lazygit";
|
||||
# cd = "z";
|
||||
v = "nvim";
|
||||
h = "hx";
|
||||
k = "kak";
|
||||
e = "emacs";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue