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 14, 2025
1 parent 2a68b80 commit 0d4e5d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entries/mac xdg.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ export PATH="$XDG_BIN_HOME:$PATH"
# Define paths for common programs not using XDG
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"
export NODE_REPL_HISTORY="$XDG_STATE_HOME/node/repl_history";
export NPM_CONFIG_CACHE="$XDG_CACHE_HOME/npm"
export NPM_CONFIG_TMP="$XDG_RUNTIME_DIR/npm"
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/config"
Expand Down

0 comments on commit 0d4e5d7

Please sign in to comment.