From 8d6a8d0ddb5c0d11d811db4efae7f5beac549c28 Mon Sep 17 00:00:00 2001 From: Firas Abuzaid Date: Wed, 14 Mar 2018 11:22:32 -0700 Subject: [PATCH] added .sqliterc --- .sqliterc | 3 +++ install.sh | 1 + 2 files changed, 4 insertions(+) create mode 100644 .sqliterc diff --git a/.sqliterc b/.sqliterc new file mode 100644 index 0000000..5ef25db --- /dev/null +++ b/.sqliterc @@ -0,0 +1,3 @@ +.mode column +.headers on +.timer on diff --git a/install.sh b/install.sh index b50f233..034130c 100755 --- a/install.sh +++ b/install.sh @@ -13,4 +13,5 @@ ln -sfn ${CURR_DIR}/.gitconfig ln -sfn ${CURR_DIR}/.inputrc ln -sfn ${CURR_DIR}/.pyrc ln -sfn ${CURR_DIR}/.tmux.conf +ln -sfn ${CURR_DIR}/.sqliterc