fish: top ~= btop

This commit is contained in:
John Bowdre 2024-05-02 09:01:36 -05:00
parent ca7cf80787
commit 2ff855a3b4
1 changed files with 1 additions and 1 deletions

View File

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