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