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
|
dosfstools
|
||||||
fd
|
fd
|
||||||
git
|
git
|
||||||
gotop
|
bottom
|
||||||
gptfdisk
|
gptfdisk
|
||||||
iputils
|
iputils
|
||||||
jq
|
jq
|
||||||
@ -84,7 +84,7 @@ in
|
|||||||
se = ifSudo "sudoedit";
|
se = ifSudo "sudoedit";
|
||||||
|
|
||||||
# top
|
# top
|
||||||
top = "gotop";
|
top = "btm";
|
||||||
|
|
||||||
# systemd
|
# systemd
|
||||||
ctl = "systemctl";
|
ctl = "systemctl";
|
||||||
|
Loading…
Reference in New Issue
Block a user