From 04e44f8244ce590830a24c1c2a9238a1599789e0 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 24 Nov 2014 20:19:25 +0100 Subject: [PATCH] Rename $_autoenv_this_dir to $_autoenv_source_dir --- autoenv.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoenv.zsh b/autoenv.zsh index 9f8ae90..eb51605 100644 --- a/autoenv.zsh +++ b/autoenv.zsh @@ -152,7 +152,7 @@ _autoenv_check_authorized_env_file() { } # Get directory of this file (absolute, with resolved symlinks). -_autoenv_this_dir=${0:A:h} +_autoenv_source_dir=${0:A:h} _autoenv_source() { local env_file=$1 @@ -164,7 +164,7 @@ _autoenv_source() { # Source varstash library once. if [[ -z "$functions[(I)autostash]" ]]; then - source $_autoenv_this_dir/lib/varstash + source $_autoenv_source_dir/lib/varstash # NOTE: Varstash uses $PWD as default for varstash_dir, we might set it to # ${env_file:h}. fi -- 2.44.0