cgestes / ctafconf

configuration for emacs/zsh/bash/etc.
http://www.ctaf.free.fr/dokuwiki/doku?id=ctafconf
13 stars 7 forks source link

how to uninstall ? #10

Closed vrabaud closed 11 years ago

vrabaud commented 11 years ago

That software killed my git auto-complete, I want to get rid of it, I know the doc says it's the best thing since sliced bread but any hint on how to do it ? Thx.

cgestes commented 11 years ago

What is the issue with git auto-complete can we fix that?

To uninstall... just remove the corresponding file, in loccurence ~/.zshrc

capitnflam commented 11 years ago

I believe that your original .zshrc is even saved in ~/.zshrc.original

cgestes commented 11 years ago

so mv ~/.zshrc.original ~/.zshrc is the solution.

but again what is the issue with git auto-complete?

are you using zsh or bash? (which sux more)

vrabaud commented 11 years ago

ok cool, I reverted my .bashrc. Doing "git check" and TAB would not autocomplete on bash.

cgestes commented 11 years ago

use zsh, and you will see what real completion mean!

by the way bash support is not really maintained I could be possible to just drop support for it. Humm...