summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sqlite/rc2
-rw-r--r--zsh/rc1
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
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