From 0a6c34947c4ed71711cc4d8e1c613908902de43c Mon Sep 17 00:00:00 2001 From: adamkruszewski Date: Wed, 11 May 2016 17:02:41 +0200 Subject: [PATCH] Adjust plugin.zsh file to run on zsh 5.1 in mSYS2. --- zsh-autosuggestions.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 120000 => 100644 zsh-autosuggestions.plugin.zsh diff --git a/zsh-autosuggestions.plugin.zsh b/zsh-autosuggestions.plugin.zsh deleted file mode 120000 index e41b4f7..0000000 --- a/zsh-autosuggestions.plugin.zsh +++ /dev/null @@ -1 +0,0 @@ -zsh-autosuggestions.zsh \ No newline at end of file diff --git a/zsh-autosuggestions.plugin.zsh b/zsh-autosuggestions.plugin.zsh new file mode 100644 index 0000000..16c2256 --- /dev/null +++ b/zsh-autosuggestions.plugin.zsh @@ -0,0 +1 @@ +source ${0:A:h}/zsh-autosuggestions.zsh