This commit is contained in:
Gea-Suan Lin
2015-11-15 05:37:33 +08:00
parent b3f9632e67
commit 5b0c80c441
2 changed files with 6 additions and 0 deletions

3
.psqlrc Normal file
View File

@@ -0,0 +1,3 @@
\pset null ¤
\set COMP_KEYWORD_CASE upper
\x auto

View File

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