diff --git a/home-manager/modules/common/default.nix b/home-manager/modules/common/default.nix index 7b50f6e..3647a8a 100644 --- a/home-manager/modules/common/default.nix +++ b/home-manager/modules/common/default.nix @@ -19,7 +19,8 @@ find-garbage = "ls -l /nix/var/nix/gcroots/auto/ | sort | grep '/home/'"; vm = "vim"; less = "less -FiRX"; - ls = "ls -lhF --color=auto"; + ls = "ls --color=auto"; + ll = "ls -lhF"; btm = "btm --color default-light"; }; };