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

After loading oh-my-zsh I can't type certain characters #584

Open
pslobo opened this issue Jul 21, 2017 · 3 comments
Open

After loading oh-my-zsh I can't type certain characters #584

pslobo opened this issue Jul 21, 2017 · 3 comments
Assignees
Labels

Comments

@pslobo
Copy link

pslobo commented Jul 21, 2017

I'm not sure if this is somehow related to issue #583, but if I have antigen use oh-my-zsh, then I can't type certain characters like . or -

Testing with a very simple setup:

ZSHA_BASE=$HOME/.zsh-antigen
DOTFILES=$HOME/Dropbox/Dotfiles
source $ZSHA_BASE/antigen/antigen.zsh

antigen use oh-my-zsh
antigen bundle git

if [ "$OSTYPE"="darwin11.0" ]; then
    antigen bundle osx
fi

antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen theme kolo
antigen apply
@desyncr desyncr self-assigned this Jul 21, 2017
@desyncr
Copy link
Member

desyncr commented Jul 21, 2017

Just tried your configs and they seems to work. Try resetting your cache:

antigen reset

If that doesn't work, please share your complete zshrc config and terminal you're using.

@pslobo
Copy link
Author

pslobo commented Jul 21, 2017

Oddly enough I'm using these same configs on another machine and they're working just fine. This is a newly installed macOS and I'm using terminal.app

Come to think of it, I'm running macOS public beta, maybe it could be something with the beta that is causing this behaviour. I'll do a little more testing and let you know later if this is replicable in other machines.

@desyncr
Copy link
Member

desyncr commented Jul 21, 2017

Alright, thank you. I haven't access to a beta so I can't help with that. Let me know of any news.

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

No branches or pull requests

2 participants