add dev postgres
This commit is contained in:
parent
337119fa02
commit
a6e3542ef2
1
.bashrc
1
.bashrc
@ -121,6 +121,7 @@ PAGER="less"
|
||||
LESS="-S"
|
||||
export IPTOKEN="6ac0a563fc06ab"
|
||||
export PG="psql -U ptrowbridge -d ubm -p 5030 -h usmidlnx01"
|
||||
export PGD="psql -U ptrowbridge -d ubm -p 5432 -h usmidlnx01"
|
||||
export RU="//mnt/c/Users/PTrowbridge/AppData/Roaming/runner"
|
||||
export HP="//mnt/c/Users/PTrowbridge"
|
||||
export XL="//mnt/c/Program\ Files/Microsoft\ Office/root/Office16/EXCEL.EXE"
|
||||
|
2
.vimrc
2
.vimrc
@ -36,7 +36,7 @@ let g:netrw_altv = 1
|
||||
let g:netrw_winsize = 25
|
||||
"----airline tabs for buffers-------
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
let g:airline_theme = 'light'
|
||||
let g:airline_theme = 'dark'
|
||||
let g:tmuxline_powerline_separators = 1
|
||||
let g:airline_powerline_fonts = 1
|
||||
let mapleader = ";"
|
||||
|
Loading…
Reference in New Issue
Block a user