Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Unicode, Korean, normalization form, Mac OS X and tab completion



On Jun 2, 11:23pm, Kwon Yeolhyun wrote:
} 
} After the patch, I changed my login shell to the zsh.
} 
} $ sudo chsh -s /usr/local/bin/zsh yeolhyunkwon
} 
} Then, the terminal is closed immediately after open.

Hm.  Can you try putting

exec 2> $HOME/zsh-errors
set -x

at the top of your ~/.zshenv file and see whether anything is written
to the zsh-errors file?  If so, what is at the tail of it?



Messages sorted by: Reverse Date, Date, Thread, Author