1
0
Fork 0
mirror of synced 2024-05-25 11:31:14 -04:00
zimfw/modules/autosuggestions/init.zsh
ℳichiel ℛoos 87a8b82563 [autosuggestions] Add module
Closes #172. Fixes #35.
2017-06-08 09:33:26 -05:00

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