mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 07:20:59 +02:00
minor: doc
This commit is contained in:
parent
5cf1e01b28
commit
fe3d479b08
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user