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 3, 2014, at 12:14 AM, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:

> 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?

Oh.. I misunderstood your asking…

I did it again.

$ tail zsh-errors
+/Users/yeolhyunkwon/.oh-my-zsh/oh-my-zsh.sh:60> source /Users/yeolhyunkwon/.oh-my-zsh/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh
+/Users/yeolhyunkwon/.oh-my-zsh/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh:1> virtualenvwrapper=virtualenvwrapper.sh
+/Users/yeolhyunkwon/.oh-my-zsh/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh:2> ((  1  ))
+/Users/yeolhyunkwon/.oh-my-zsh/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh:3> source /Users/yeolhyunkwon/.pyenv/shims/virtualenvwrapper.sh
+/Users/yeolhyunkwon/.pyenv/shims/virtualenvwrapper.sh:2> set -e
+/Users/yeolhyunkwon/.pyenv/shims/virtualenvwrapper.sh:3> [ -n '' ']'
+/Users/yeolhyunkwon/.pyenv/shims/virtualenvwrapper.sh:5> program=virtualenvwrapper.sh
+/Users/yeolhyunkwon/.pyenv/shims/virtualenvwrapper.sh:6> [ virtualenvwrapper.sh '=' python ']'
+/Users/yeolhyunkwon/.pyenv/shims/virtualenvwrapper.sh:20> export 'PYENV_ROOT=/Users/yeolhyunkwon/.pyenv'
+/Users/yeolhyunkwon/.pyenv/shims/virtualenvwrapper.sh:21> /usr/local/Cellar/pyenv/20140520/libexec/pyenv exec virtualenvwrapper.sh

hm…does pyenv seem to be suspicious?

Attachment: zsh-errors
Description: Binary data

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail



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