mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-05 01:10:59 +02:00
fd54606830
Without this, a new subshell would reset the env authentication file.
5 lines
76 B
Bash
5 lines
76 B
Bash
# Source base setup.
|
|
source ${ZDOTDIR}/../ZDOTDIR/.zshenv
|
|
|
|
setopt noclobber
|