Add .sqliterc.

This commit is contained in:
Gea-Suan Lin
2015-09-21 21:48:58 +08:00
parent 7683fcba0b
commit 9b1f363a72
2 changed files with 5 additions and 0 deletions

2
.sqliterc Normal file
View File

@@ -0,0 +1,2 @@
.header on
.mode column

View File

@@ -40,6 +40,9 @@ cp ${BASEDIR}/.gdbinit ~/
#
cp ${BASEDIR}/.wgetrc ~/
#
cp ${BASEDIR}/.sqliterc ~/
# vim
mkdir -p ~/.vim/
rsync -a ${BASEDIR}/.vim/ ~/.vim/