Git autocomplete stopped working in Oh My ZSH

Posted by Eric on Super User See other posts from Super User or by Eric
Published on 2012-12-03T16:40:15Z Indexed on 2012/12/03 17:08 UTC
Read the original article Hit count: 229

Filed under:
|

Help!

My git autocomplete stopped working in Oh My ZSH. It was working, but now it is now. I'm not sure what changed, so I'm hoping someone can help me track down the problem. I've tried uninstalling and reinstalling but no luck,

Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git)

© Super User or respective owner

Related posts about zsh

Related posts about oh-my-zsh

  • What does 'd' do in oh-my-zsh?

    as seen on Super User - Search for 'Super User'
    I just downloaded oh-my-zsh and found out that 'd' has been taken over by some command I do not know. Does anybody know what the output from this is? 0 ~/Desktop/Dropbox/project_Sites/rails_app/app/views/static_pages 1 ~/Desktop/Dropbox/project_Sites/rails_app/app/views 2 ~/Desktop/Dropbox/project_Sites/rails_app 3… >>> More

  • Git autocomplete stopped working in Oh My ZSH

    as seen on Super User - Search for 'Super User'
    Help! My git autocomplete stopped working in Oh My ZSH. It was working, but now it is now. I'm not sure what changed, so I'm hoping someone can help me track down the problem. I've tried uninstalling and reinstalling but no luck, Which plugins would you like to load? (plugins can be found in… >>> More

  • zsh auto-complete event designator

    as seen on Super User - Search for 'Super User'
    (See my previous question for additional context). I'm migrating to zsh from bash, and using oh-my-zsh. When my zsh history looks something like the following: git status git add -A git commit I want to be able to re-run git add -A. To do that, I could use !?git add, which should: !?str[… >>> More

  • switching users in byobu session

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I launched a byobu session (tmux) and then tried to switch to a user called kommander "su - kommander", it immediately prompted me with: [Oh My Zsh] Would you like to check for updates? Type Y to update oh-my-zsh: Now I usually press "n" and everything is fine, but within the byobu session, when… >>> More

  • Zsh super slow inside my Git repo

    as seen on Super User - Search for 'Super User'
    My Zsh is super slow inside a certain Git repo of mine. When I Google "zsh git slow", I get a bunch of results about Git autocompletion being slow, but autocompletion isn't necessarily my problem; it's everything. I tried removing all plugins and that, strangely, didn't do anything at all when I… >>> More