aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-11-04 01:20:52 -0400
committertdro <tdro@users.noreply.github.com>2021-11-04 01:20:52 -0400
commit67e6ce63a489e4062e6ca29088cb45ca5d811968 (patch)
treeac4f396babf34faef3b6e6cc814c2582d1db7d8d /.bash_profile
parent5631c17614bce2e134dbdb1936525031e55c8682 (diff)
downloaddotfiles-67e6ce63a489e4062e6ca29088cb45ca5d811968.tar.gz
dotfiles-67e6ce63a489e4062e6ca29088cb45ca5d811968.tar.bz2
dotfiles-67e6ce63a489e4062e6ca29088cb45ca5d811968.zip
.bash_profile: Move recoll config directory
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile1
1 files changed, 1 insertions, 0 deletions
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"