Skip to content

Commit

Permalink
zsh: export all XDG base directories
Browse files Browse the repository at this point in the history
  • Loading branch information
geodimm committed Nov 11, 2024
1 parent e75c62e commit 685cfb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zsh/zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ export KEYTIMEOUT=1
# Set the system-wide editor
export EDITOR=nvim

# Set XDG_CONFIG_HOME
# Set XDG base directories
export XDG_CONFIG_HOME="${HOME}/.config"
export XDG_DATA_HOME="${HOME}/.local/share"
export XDG_STATE_HOME="${HOME}/.local/state"
export XDG_CACHE_HOME="${HOME}/.cache"

# Set the GPG_TTY to the current TTY
export GPG_TTY=${TTY}
Expand Down

0 comments on commit 685cfb0

Please sign in to comment.