mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-02-16 15:04:43 +02:00
minor: doc
This commit is contained in:
parent
5cf1e01b28
commit
fe3d479b08
@ -235,8 +235,7 @@ _autoenv_source() {
|
|||||||
# ${env_file:h}.
|
# ${env_file:h}.
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Change to directory of env file, source it and cd back.
|
# Source the env file.
|
||||||
local new_dir=$PWD
|
|
||||||
_autoenv_debug "== SOURCE: ${bold_color:-}$env_file${reset_color:-}\n PWD: $PWD"
|
_autoenv_debug "== SOURCE: ${bold_color:-}$env_file${reset_color:-}\n PWD: $PWD"
|
||||||
: $(( _autoenv_debug_indent++ ))
|
: $(( _autoenv_debug_indent++ ))
|
||||||
source $env_file
|
source $env_file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user