core: use bottom instead of gotop

This commit is contained in:
Timothy DeHerrera 2021-06-30 08:50:07 -06:00
parent 741e8fdc47
commit 95f429a525
No known key found for this signature in database
GPG key ID: 19B7285E0F84A536

View file

@ -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";