diff --git a/zsh/zshrc b/zsh/zshrc index 7e41f46..d1835d5 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -12,7 +12,7 @@ # Hack to fix urxvt starting with a prompt in the middle - delete when fixed #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -if [[ `ps ho command $(ps ho ppid $$)` == 'urxvt' ]]; then +if [[ $hostenv == 'linux' && `ps ho command $(ps ho ppid $$)` == 'urxvt' ]]; then clear fi