diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2022-02-13 00:52:40 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2022-02-13 00:52:40 +0000 |
| commit | ccbdcc5ee81931509510a0f0aab07507b8700e81 (patch) | |
| tree | a0339b17fe5badcdb884d7711c1b6a2ff261107a | |
| parent | 4731e06368ebea2e4c4831bc4b906362716808af (diff) | |
Add SQLite configuration
| -rw-r--r-- | sqlite/rc | 2 | ||||
| -rw-r--r-- | zsh/rc | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sqlite/rc b/sqlite/rc new file mode 100644 index 0000000..1b46ea8 --- /dev/null +++ b/sqlite/rc @@ -0,0 +1,2 @@ +.headers on +.mode column @@ -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 |
