From fe3d479b08be17af66b8be6f83c2decc920ad095 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 23 Apr 2015 15:11:05 +0200 Subject: [PATCH] minor: doc --- autoenv.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/autoenv.zsh b/autoenv.zsh index 1a01c07..2fb77ce 100644 --- a/autoenv.zsh +++ b/autoenv.zsh @@ -235,8 +235,7 @@ _autoenv_source() { # ${env_file:h}. fi - # Change to directory of env file, source it and cd back. - local new_dir=$PWD + # Source the env file. _autoenv_debug "== SOURCE: ${bold_color:-}$env_file${reset_color:-}\n PWD: $PWD" : $(( _autoenv_debug_indent++ )) source $env_file