87a8b82563
Closes #172. Fixes #35.
9 lines
199 B
Bash
9 lines
199 B
Bash
#
|
|
# Fish-like fast/unobtrusive autosuggestions for zsh.
|
|
#
|
|
# It suggests commands as you type, based on command history.
|
|
#
|
|
|
|
# source script
|
|
source ${0:h}/external/zsh-autosuggestions.zsh || return 1
|
|
|