From c9e4f32a095426b45017117c524b83e143f78900 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 23 Apr 2015 20:54:36 +0200 Subject: [PATCH] Fix autoenv.plugin.zsh: no dirname --- autoenv.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoenv.plugin.zsh b/autoenv.plugin.zsh index b6aca49..3b48f9b 100644 --- a/autoenv.plugin.zsh +++ b/autoenv.plugin.zsh @@ -1 +1 @@ -. $(dirname $0)/autoenv.zsh +. ${0:h}/autoenv.zsh