upgrade cream

This commit is contained in:
Ingolf Wagner 2023-12-08 21:27:52 +01:00
commit aa11982ecb
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
15 changed files with 51 additions and 50 deletions
nixos/components/terminal

View file

@ -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