Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created April 6, 2012 14:31
Show Gist options
  • Save glidenote/2320385 to your computer and use it in GitHub Desktop.
Save glidenote/2320385 to your computer and use it in GitHub Desktop.
#=============================
# source auto-fu.zsh
#=============================
if [ -f ~/.zsh/auto-fu.zsh ]; then
source ~/.zsh/auto-fu.zsh
function zle-line-init () {
auto-fu-init
}
zle -N zle-line-init
zstyle ':completion:*' completer _oldlist _complete
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment