Add configuration for psql
This commit is contained in:
parent
a3f2eb2b46
commit
0302d900d1
3 changed files with 48 additions and 0 deletions
|
|
@ -41,4 +41,5 @@ export LC_TELEPHONE=de_DE.UTF-8
|
|||
# Move common tools' config and cache files into XDG directories
|
||||
|
||||
export LESSHISTFILE="$XDG_STATE_HOME/less/history"
|
||||
export PSQLRC="$XDG_CONFIG_HOME/psql/psqlrc"
|
||||
export VIMINIT='let $MYVIMRC="'"$XDG_CONFIG_HOME"'/vim/vimrc" | source $MYVIMRC'
|
||||
|
|
|
|||
Loading…
Reference in a new issue