init.zsh 199 B

123456789
  1. #
  2. # Fish-like fast/unobtrusive autosuggestions for zsh.
  3. #
  4. # It suggests commands as you type, based on command history.
  5. #
  6. # source script
  7. source ${0:h}/external/zsh-autosuggestions.zsh || return 1