core: use gotop as top

This commit is contained in:
Timothy DeHerrera 2019-12-26 00:17:44 -07:00
parent 22e631f6c9
commit aa9d439c3d
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -42,6 +42,7 @@ in
dnsutils
fd
git
gotop
gptfdisk
iputils
manpages
@ -84,6 +85,9 @@ in
si = ifSudo "sudo -i";
se = ifSudo "sudoedit";
# top
top = "gotop";
# systemd
ctl = "systemctl";
stl = ifSudo "s systemctl";