Skip to content

Commit

Permalink
edit: mac xdg
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Jan 15, 2025
1 parent 0d4e5d7 commit 1e9ecc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entries/mac xdg.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export XDG_BIN_HOME="$HOME/.local/bin"
export XDG_CACHE_HOME="$HOME/Library/Caches"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_RUNTIME_DIR="/tmp/$USER"
export XDG_RUNTIME_DIR="$TMPDIR/runtime-$UID"
export XDG_STATE_HOME="$HOME/.local/state"
export PATH="$XDG_BIN_HOME:$PATH"

Expand Down

0 comments on commit 1e9ecc4

Please sign in to comment.