Update file exports.sh.tmpl
This commit is contained in:
parent
28d898c101
commit
dad00f4197
1 changed files with 4 additions and 0 deletions
|
@ -268,6 +268,10 @@ export PSQL_HISTORY="$XDG_STATE_HOME/psql_history"
|
|||
export PGPASSFILE="$XDG_CONFIG_HOME/pg/pgpass"
|
||||
export PGSERVICEFILE="$XDG_CONFIG_HOME/pg/pg_service.conf"
|
||||
|
||||
### PNPM
|
||||
export PNPM_HOME="$XDG_DATA_HOME/pnpm"
|
||||
export PATH="$PATH:$PNPM_HOME"
|
||||
|
||||
### Readline
|
||||
export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"
|
||||
|
||||
|
|
Loading…
Reference in a new issue