diff options
| author | kj-sh604 | 2025-04-05 04:21:29 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-04-05 04:21:29 -0400 |
| commit | 34b5c24479ee651fb1507714b2e2a6c53a7e6d90 (patch) | |
| tree | a80226e6bc386a80f44a466a7b17c855f9dd3ed0 /.config/shell/profile | |
| parent | 075f21c304f341074c8b4fa81fa48314811030c0 (diff) | |
refactor: give-up on XDG ~/ clean-up
only leave the ones that declare files which exists in dotfiles repo
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index c0d7e17..e450ea8 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -8,23 +8,17 @@ export LC_ALL="en_US.UTF-8" export PATH="$PATH:$HOME/.local/bin" export MANPAGER="less --use-color" export MANROFFOPT="-P -c" - export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" export XDG_STATE_HOME="$HOME/.local/state" -# Some XDG ~/ clean-up export BASH_COMPLETION_USER_FILE="$XDG_CONFIG_HOME"/bash-completion/bash_completion export GTK2_RC_FILES="$XDG_CONFIG_HOME"/gtk-2.0/settings.ini export HISTFILE="$XDG_STATE_HOME"/shell/history export INPUTRC="$XDG_CONFIG_HOME"/shell/inputrc -export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/.pass -export RIPGREP_CONFIG_PATH="$XDG_CONFIG_HOME"/ripgrep/config export RXVT_SOCKET="$XDG_RUNTIME_DIR"/urxvtd -export WGETRC="$XDG_CONFIG_HOME"/wget/wgetrc -export WINEPREFIX="$XDG_DATA_HOME"/wine export ZDOTDIR="$XDG_CONFIG_HOME"/shell # X11-dependent env variables |
