renamed manage.py completion file, added a module for auto-rehash

This commit is contained in:
MatToufoutu 2010-10-07 10:44:38 +02:00
commit af8ed92d42
2 changed files with 8 additions and 0 deletions

8
lib/rehash.zsh Normal file
View file

@ -0,0 +1,8 @@
# auto rehash
_force_rehash(){
(( CURRENT == 1)) && rehash
return 1 # because we didn't really complete anything
}
zstyle ':completion:::::' completer _force_rehash _complete _approximate