diff options
| -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 |
