Update file exports.sh.tmpl
This commit is contained in:
parent
35267d8a73
commit
1b84b6398b
1 changed files with 4 additions and 0 deletions
|
@ -272,6 +272,10 @@ export PGSERVICEFILE="$XDG_CONFIG_HOME/pg/pg_service.conf"
|
||||||
export PNPM_HOME="$XDG_DATA_HOME/pnpm"
|
export PNPM_HOME="$XDG_DATA_HOME/pnpm"
|
||||||
export PATH="$PATH:$PNPM_HOME"
|
export PATH="$PATH:$PNPM_HOME"
|
||||||
|
|
||||||
|
### Prettierd
|
||||||
|
# Specify location of the default Prettierd configuration
|
||||||
|
# export PRETTIERD_DEFAULT_CONFIG=""
|
||||||
|
|
||||||
### Readline
|
### Readline
|
||||||
export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"
|
export INPUTRC="$XDG_CONFIG_HOME/readline/inputrc"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue