From 1b84b6398b54f8b23756ec0f16cbc3b7d6f3cd5f Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 27 Mar 2023 01:48:30 +0000 Subject: [PATCH] Update file exports.sh.tmpl --- home/dot_config/shell/exports.sh.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/dot_config/shell/exports.sh.tmpl b/home/dot_config/shell/exports.sh.tmpl index 5f5583db..9e7a26a3 100644 --- a/home/dot_config/shell/exports.sh.tmpl +++ b/home/dot_config/shell/exports.sh.tmpl @@ -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"