Correct the alias for htop

This commit is contained in:
Andreas Zweili 2023-11-29 10:45:27 +01:00
parent 96bc5e4fac
commit 6528f91059
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
rebuild = ''
nixos-rebuild -j auto switch --use-remote-sudo |& nom
'';
htop = "bottom";
htop = "btm";
find-garbage = "ls -l /nix/var/nix/gcroots/auto/ | sort | grep '/home/'";
vm = "vim";
less = "less -FiRX";