diff --git a/bundles/zsh/files/zprofile b/bundles/zsh/files/zprofile index a838134..358ac29 100644 --- a/bundles/zsh/files/zprofile +++ b/bundles/zsh/files/zprofile @@ -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=(