Skip to content

Commit

Permalink
add psqlrc and update vim config
Browse files Browse the repository at this point in the history
  • Loading branch information
ngash committed Dec 9, 2015
1 parent 4fbe89b commit 43b313a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pg/.psqlrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
\timing on
\pset null '[NULL]'
\x auto
\set HISTCONTROL ignoreboth
\set IGNOREEOF 5
2 changes: 2 additions & 0 deletions vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ set laststatus=2
set foldmethod=indent
set foldlevel=99
set fileformat=unix
set splitbelow
set splitright

0 comments on commit 43b313a

Please sign in to comment.