summaryrefslogtreecommitdiff
path: root/zsh/rc
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2022-02-13 00:52:40 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2022-02-13 00:52:40 +0000
commitccbdcc5ee81931509510a0f0aab07507b8700e81 (patch)
treea0339b17fe5badcdb884d7711c1b6a2ff261107a /zsh/rc
parent4731e06368ebea2e4c4831bc4b906362716808af (diff)
Add SQLite configuration
Diffstat (limited to 'zsh/rc')
-rw-r--r--zsh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/rc b/zsh/rc
index 764bf8a..3eb4c13 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -49,6 +49,7 @@ bindkey -e
export EDITOR=vim
export LESSHISTFILE=${XDG_CACHE_HOME}/less_history
export PYTHONSTARTUP=$(dotfiles_root)/python/rc
+export SQLITE_HISTORY=${XDG_CACHE_HOME}/sqlite_history
export VISUAL=${EDITOR}
setopt AUTO_CD