Adjust plugin.zsh file to run on zsh 5.1 in mSYS2.
A sole filename caused "command not found" errors while loading with zplug or oh-no-zsh on zsh 5.1.1 inside mSYS2 (Windows). Sourcing the main file seems to work fine.
This commit is contained in:
parent
87facd9b85
commit
8d1cf0f3fd
|
|
@ -1 +1 @@
|
|||
zsh-autosuggestions.zsh
|
||||
source $(dirname $0)/zsh-autosuggestions.zsh
|
||||
|
|
|
|||
Loading…
Reference in New Issue