From 34b5c24479ee651fb1507714b2e2a6c53a7e6d90 Mon Sep 17 00:00:00 2001 From: kj-sh604 Date: Sat, 5 Apr 2025 04:21:29 -0400 Subject: refactor: give-up on XDG ~/ clean-up only leave the ones that declare files which exists in dotfiles repo --- .config/shell/profile | 6 ------ 1 file changed, 6 deletions(-) (limited to '.config/shell') 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 -- cgit v1.2.3