diff options
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index c28f5a4..26f8241 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -41,6 +41,7 @@ export HISTFILE="$XDG_DATA_HOME/history" export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config" export ELECTRUMDIR="$XDG_DATA_HOME/electrum" export PYTHONSTARTUP="$XDG_CONFIG_HOME/python/pythonrc" +export SQLITE_HISTORY="$XDG_DATA_HOME/sqlite_history" # Other program settings: export DICS="/usr/share/stardict/dic/" |
