From 67e6ce63a489e4062e6ca29088cb45ca5d811968 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 4 Nov 2021 01:20:52 -0400 Subject: .bash_profile: Move recoll config directory --- .bash_profile | 1 + 1 file changed, 1 insertion(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index d8b37cc..a0ca7ba 100644 --- a/.bash_profile +++ b/.bash_profile @@ -60,6 +60,7 @@ export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npmrc" export PASSWORD_STORE_DIR="$XDG_CONFIG_HOME/pass" export PROMPT_COMMAND='cd .; history -a; history -n;' export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc" +export RECOLL_CONFDIR="$XDG_CONFIG_HOME/recoll" export RUSTUP_HOME="$XDG_DATA_HOME/rustup" export TERMINAL=urxvt export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat" -- cgit v1.2.3