fish: top ~= btop

This commit is contained in:
John Bowdre 2024-05-02 09:01:36 -05:00
parent ca7cf80787
commit 2ff855a3b4

View file

@ -21,7 +21,7 @@
}; };
shellAliases = { shellAliases = {
htop = "btm"; # because I always forget the name top = "btop";
}; };
functions = { functions = {