Merge #333
333: core: use bottom instead of gotop r=blaggacao a=nrdxp gotop is unmaintained, unless someone has a better alternative, it looks like bottom is the new goto Co-authored-by: Timothy DeHerrera <tim.deh@pm.me>
This commit is contained in:
commit
62f9d95259
|
@ -17,7 +17,7 @@ in
|
|||
dosfstools
|
||||
fd
|
||||
git
|
||||
gotop
|
||||
bottom
|
||||
gptfdisk
|
||||
iputils
|
||||
jq
|
||||
|
@ -84,7 +84,7 @@ in
|
|||
se = ifSudo "sudoedit";
|
||||
|
||||
# top
|
||||
top = "gotop";
|
||||
top = "btm";
|
||||
|
||||
# systemd
|
||||
ctl = "systemctl";
|
||||
|
|
Loading…
Reference in a new issue