core: use gotop as top
This commit is contained in:
parent
22e631f6c9
commit
aa9d439c3d
|
@ -42,6 +42,7 @@ in
|
||||||
dnsutils
|
dnsutils
|
||||||
fd
|
fd
|
||||||
git
|
git
|
||||||
|
gotop
|
||||||
gptfdisk
|
gptfdisk
|
||||||
iputils
|
iputils
|
||||||
manpages
|
manpages
|
||||||
|
@ -84,6 +85,9 @@ in
|
||||||
si = ifSudo "sudo -i";
|
si = ifSudo "sudo -i";
|
||||||
se = ifSudo "sudoedit";
|
se = ifSudo "sudoedit";
|
||||||
|
|
||||||
|
# top
|
||||||
|
top = "gotop";
|
||||||
|
|
||||||
# systemd
|
# systemd
|
||||||
ctl = "systemctl";
|
ctl = "systemctl";
|
||||||
stl = ifSudo "s systemctl";
|
stl = ifSudo "s systemctl";
|
||||||
|
|
Loading…
Reference in a new issue