Add configuration for psql
This commit is contained in:
parent
739ef9148f
commit
e7e42b93ef
3 changed files with 49 additions and 0 deletions
|
|
@ -29,4 +29,5 @@ export VISUAL=$EDITOR
|
|||
# Move common tools' config and cache files into XDG directories
|
||||
export BAT_CONFIG_PATH="$XDG_CONFIG_HOME/bat/config"
|
||||
export LESSHISTFILE="$XDG_STATE_HOME/less/history"
|
||||
export PSQLRC="$XDG_CONFIG_HOME/psql/psqlrc"
|
||||
export VIMINIT="source $XDG_CONFIG_HOME/vim/vimrc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue