upgrade cream
This commit is contained in:
parent
40f8d7f4be
commit
aa11982ecb
15 changed files with 51 additions and 50 deletions
nixos/components/terminal
|
@ -23,11 +23,12 @@ with lib;
|
|||
home.shellAliases.cat = "${pkgs.bat}/bin/bat";
|
||||
|
||||
# a better ls
|
||||
programs.exa = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
home.shellAliases.llt = "${pkgs.exa}/bin/exa -a --tree";
|
||||
# todo what's the new shit?
|
||||
#programs.eza = {
|
||||
# enable = true;
|
||||
# enableAliases = true;
|
||||
#};
|
||||
home.shellAliases.llt = "${pkgs.eza}/bin/exa -a --tree";
|
||||
|
||||
# use z instead of cd
|
||||
# use zi to fuzzy search through all registered directories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue