diff options
| author | HelionSmoker <82761116+HelionSmoker@users.noreply.github.com> | 2023-02-23 14:33:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-23 12:33:45 +0000 |
| commit | 2062e8110cc6b4479417ff5c5f966aebe337a6da (patch) | |
| tree | f05910a2874996974671362e42076bf8c24a84ca /.config/shell/profile | |
| parent | 2e5226545b1a5e84259c3bde34c2410b9b653a54 (diff) | |
| download | eibhear-2062e8110cc6b4479417ff5c5f966aebe337a6da.tar.gz eibhear-2062e8110cc6b4479417ff5c5f966aebe337a6da.tar.zst eibhear-2062e8110cc6b4479417ff5c5f966aebe337a6da.zip | |
SQLite ~/ cleanup (#1283)
Diffstat (limited to '.config/shell/profile')
| -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/" |
