diff --git a/.config/bash/.bash_profile b/.config/bash/.bash_profile index 5de5131..8dc45dd 100644 --- a/.config/bash/.bash_profile +++ b/.config/bash/.bash_profile @@ -159,3 +159,5 @@ if [ $? -ne 0 ]; then fi export PATH=$PATH:/usr/local/go/bin:/home/jc/go/bin + +export PRETTIERD_DEFAULT_CONFIG="$HOME/.prettierrc.json"