zsh-users / antigen

The plugin manager for zsh.
http://antigen.sharats.me
MIT License
8.01k stars 279 forks source link

ADOTDIR where is it used? #726

Open ridhwaans opened 3 years ago

ridhwaans commented 3 years ago
export ADOTDIR=$HOME/.zsh/bundle

is it safe to delete this env variable? is it needed anywhere?

rYR79435 commented 3 years ago

It defines where antigen stores it's stuff. If you remove it, antigen will fall back to it's default location.