mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
fish: top ~= btop
This commit is contained in:
parent
ca7cf80787
commit
2ff855a3b4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
htop = "btm"; # because I always forget the name
|
top = "btop";
|
||||||
};
|
};
|
||||||
|
|
||||||
functions = {
|
functions = {
|
||||||
|
|
Loading…
Reference in a new issue