From 284b1078cb6231863244a1355dd08cd81be279a6 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 7 Mar 2021 15:44:52 -0500 Subject: minor tweaks, electrum and mbsync to ~/.config --- .config/shell/profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/shell/profile') diff --git a/.config/shell/profile b/.config/shell/profile index d075418..9515179 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -40,6 +40,8 @@ export ANSIBLE_CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}/ansible/ansible.cfg" export UNISON="${XDG_DATA_HOME:-$HOME/.local/share}/unison" export HISTFILE="${XDG_DATA_HOME:-$HOME/.local/share}/history" export WEECHAT_HOME="${XDG_CONFIG_HOME:-$HOME/.config}/weechat" +export MBSYNCRC="${XDG_CONFIG_HOME:-$HOME/.config}/mbsync/config" +export ELECTRUMDIR="${XDG_DATA_HOME:-$HOME/.local/share}/electrum" # Other program settings: export DICS="/usr/share/stardict/dic/" -- cgit v1.3.1