Skip to content

Commit

Permalink
define xdg dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 30, 2024
1 parent e6464f0 commit 6331d95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/.zshenv
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
setopt no_global_rcs # disable path helper

export ZDOTDIR="${HOME}/.config/zsh"
export ZDOTDIR="$HOME"/.config/zsh

export XDG_CONFIG_HOME="$HOME"/.config
export XDG_CACHE_HOME="$HOME"/.cache
export XDG_DATA_HOME="$HOME"/.local/share
export XDG_STATE_HOME="$HOME"/.local/state

0 comments on commit 6331d95

Please sign in to comment.