Skip to content

Instantly share code, notes, and snippets.

@slackorama
Last active August 29, 2015 14:02
Show Gist options
  • Save slackorama/f6dd0acb86ad87250459 to your computer and use it in GitHub Desktop.
Save slackorama/f6dd0acb86ad87250459 to your computer and use it in GitHub Desktop.
Sample .zshrc to get auto-fu.zsh working.
autoload -Uz compinit; compinit
source $HOME/Downloads/auto-fu.zsh/auto-fu.zsh
zle-line-init () auto-fu-init; zle -N zle-line-init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment