From 3c81c19832fbc27556f4c119ce8cdd65bfed6ab6 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 15 Jun 2022 15:28:57 -0500 Subject: XDG-ninja --- profile/xdg.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/profile/xdg.sh b/profile/xdg.sh index 71ab6bb..e11c5df 100644 --- a/profile/xdg.sh +++ b/profile/xdg.sh @@ -4,6 +4,8 @@ # moved there (e.g., HISTFILE is in history.bash). So variables might # move /out/ of this directory, but they probably won't move /in/. +# See also [[https://github.com/b3nj5m1n/xdg-ninja][xdg-ninja]]. + # Readline export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc @@ -28,3 +30,16 @@ export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc" # Notmuch export NOTMUCH_CONFIG="${XDG_CONFIG_HOME:=$HOME/.config}/notmuch/config" + +# GNUPG +export GNUPGHOME="$XDG_DATA_HOME/gnupg" + +# ICEauthority +export ICEAUTHORITY="$XDG_CACHE_HOME/ICEauthority" + +# mbsync (requires alias) +export MBSYNC_CONFIG_HOME="$XDG_CONFIG_HOME/isync/mbsyncrc" +alias mbsync='mbsync -c "$MBSYNC_CONFIG_HOME"' + +# npm +export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc" -- cgit 1.4.1-21-gabe81