diff --git a/zsh/zshrc b/zsh/zshrc index e62c91d..ccd3f81 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -8,6 +8,16 @@ +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +# Hack to fix urxvt starting with a prompt in the middle - delete when fixed +#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +if [[ `ps ho command $(ps ho ppid $$)` == 'urxvt' ]]; then + clear +fi + + + #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Tab completion settings (added by compinstall) #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~