Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default prompt contains strange characters E2 9E 9C #1640

Closed
rasa opened this issue Mar 2, 2013 · 3 comments
Closed

Default prompt contains strange characters E2 9E 9C #1640

rasa opened this issue Mar 2, 2013 · 3 comments

Comments

@rasa
Copy link

rasa commented Mar 2, 2013

Due to
https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/robbyrussell.zsh-theme#L1
being the default theme, new users will see

Last login: Fri Mar  1 17:05:17 2013 from 192.168.6.1
➜  ~  

when they first log in.

This seems like terminal corruption, or some sort of error.

Could the default theme be something a bit more noobie friendly?

Maybe something like:

ZSH_THEME="default"
if [ "$LOGNAME" == "rob" ]; then
ZSH_THEME="robbyrussell"
fi

?

@ohayon
Copy link

ohayon commented Oct 18, 2013

i always get ~e2 or ~e3 or something like that.

@mcornella
Copy link
Member

This might be because you don't have unicode enabled.

@ohayon
Copy link

ohayon commented May 29, 2014

my encoding is en_US.UTF-8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants