From b6af98bbe6e4ab250385e8516510ea61b2811b57 Mon Sep 17 00:00:00 2001 From: Federico Leonel La Porta Date: Sun, 9 Oct 2016 17:56:46 -0300 Subject: [PATCH] fixes file not found on MSYS2, it points to HOME directory --- plugins/per-directory-history/per-directory-history.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/per-directory-history/per-directory-history.plugin.zsh b/plugins/per-directory-history/per-directory-history.plugin.zsh index 142d9541d..2856cf1e7 120000 --- a/plugins/per-directory-history/per-directory-history.plugin.zsh +++ b/plugins/per-directory-history/per-directory-history.plugin.zsh @@ -1 +1 @@ -per-directory-history.zsh \ No newline at end of file +$(dirname "$0")/per-directory-history.zsh