ohmyzsh/lib/rehash.zsh
2010-03-30 12:44:29 -05:00

10 lines
No EOL
215 B
Bash

#-*- sh -*-
## will rehash
_force_rehash() {
(( CURRENT == 1 )) && rehash
return 1 # Because we didn't really complete anything
}
zstyle ':completion:::::' completer _force_rehash _complete _approximate