Update file exports.sh.tmpl

This commit is contained in:
Brian Zalewski 2023-03-27 01:48:30 +00:00
parent 35267d8a73
commit 1b84b6398b

View file

@ -272,6 +272,10 @@ export PGSERVICEFILE="$XDG_CONFIG_HOME/pg/pg_service.conf"
export PNPM_HOME="$XDG_DATA_HOME/pnpm"
export PATH="$PATH:$PNPM_HOME"
### Prettierd
# Specify location of the default Prettierd configuration
# export PRETTIERD_DEFAULT_CONFIG=""
### Readline
export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"