dreamsofautonomy / zensh

264 stars 38 forks source link

Question about XDG directories #3

Open researcher2312 opened 3 months ago

researcher2312 commented 3 months ago

How do you think XDG directories, such as $XDG_CONFIG_HOME should be set? Should those variables be set in the .zshrc file or in some other way? Also, if i need to set some environment variables, such as export CARGO_HOME="$XDG_DATA_HOME"/cargo, should it be also in the .zshrc?

iliqiliev commented 2 months ago

I believe both should be put there