Skip to content

Commit

Permalink
docs(readme): add docs on XDG env
Browse files Browse the repository at this point in the history
  • Loading branch information
Clumsy-Coder committed Jun 8, 2022
1 parent 61d791b commit a4b2854
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ Check [meta/configs/](./meta/configs/)

Script obtained from: [dotbot-template/install-standalone](https://github.com/ecarlson94/dotbot-template/blob/main/install-standalone)

It also loads XDG env set in [tools/zsh/.zshenv](./tools/zsh/.zshenv). These XDG env direct where to store application data on the users HOME directory.

Check https://wiki.archlinux.org/title/XDG_Base_Directory

### install-profile

dotbot script used for running a collection of dotbot configs.
Expand Down
4 changes: 4 additions & 0 deletions tools/zsh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Main zsh source file.

Load zsh ENV variables

Also sets XDG env variables. These variables are used by software to store their data.

Check https://wiki.archlinux.org/title/XDG_Base_Directory

### aliases.zsh

Load zsh aliases
Expand Down

0 comments on commit a4b2854

Please sign in to comment.