mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
10 lines
No EOL
215 B
Bash
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 |