From 8d1cf0f3fd57a466509df632f2b03bec687f8701 Mon Sep 17 00:00:00 2001 From: Adam Kruszewski Date: Sat, 9 Apr 2016 10:37:00 +0200 Subject: [PATCH] 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. --- zsh-autosuggestions.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-autosuggestions.plugin.zsh b/zsh-autosuggestions.plugin.zsh index e41b4f7..b7b6410 120000 --- a/zsh-autosuggestions.plugin.zsh +++ b/zsh-autosuggestions.plugin.zsh @@ -1 +1 @@ -zsh-autosuggestions.zsh \ No newline at end of file +source $(dirname $0)/zsh-autosuggestions.zsh