10 lines
199 B
Bash
10 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
|
||
|
|