commit 7f3294ca9c53fb88238c5d5d6297d0e7e6ccd71d
parent b73286505734117efcf63b3358aa223b840f39d3
Author: Alex Balgavy <alex@balgavy.eu>
Date: Thu, 17 Dec 2020 23:21:18 +0100
shell: explicitly set XDG_CONFIG_HOME
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/shell/env b/shell/env
@@ -185,6 +185,7 @@ ex=:\
*.nix=:\
"
# Force use of XDG Base Directory {{{1
+export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
alias irssi='irssi --home=$HOME/.config/irssi'
alias tmux='tmux -f $HOME/.config/tmux/tmux.conf'
alias w3m='w3m -config $HOME/.config/w3m/config'