From ccbdcc5ee81931509510a0f0aab07507b8700e81 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sun, 13 Feb 2022 00:52:40 +0000 Subject: Add SQLite configuration --- sqlite/rc | 2 ++ zsh/rc | 1 + 2 files changed, 3 insertions(+) create mode 100644 sqlite/rc 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 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 -- cgit v1.2.3-70-g09d2