hhtop resets htop config

This commit is contained in:
mwiegand 2022-06-01 14:01:28 +02:00
parent 2a84822cfe
commit 5fd9452a6c

View file

@ -8,6 +8,14 @@
alias s='sudo su - root -s /usr/bin/zsh'
function hhtop {
# mkdir -p ~/.config/htop
# cp /etc/htoprc.global ~/.config/htop/htoprc
# cp /etc/htoprc.global ~/.htoprc
rm -rf ~/.config/htop ~/.htoprc
htop
}
ZSH_THEME=bw
DISABLE_AUTO_UPDATE=true
plugins=(