hhtop resets htop config
This commit is contained in:
parent
2a84822cfe
commit
5fd9452a6c
1 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,14 @@
|
||||||
|
|
||||||
alias s='sudo su - root -s /usr/bin/zsh'
|
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
|
ZSH_THEME=bw
|
||||||
DISABLE_AUTO_UPDATE=true
|
DISABLE_AUTO_UPDATE=true
|
||||||
plugins=(
|
plugins=(
|
||||||
|
|
Loading…
Reference in a new issue