remove path exports, manual set this on the specific device

This commit is contained in:
jc 2023-10-01 16:21:04 -04:00
commit 251029a881
No known key found for this signature in database

View file

@ -199,7 +199,3 @@ command -v bun > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo -e "$WARNING bun is not installed"
fi
export PATH=$PATH:/usr/local/go/bin:/home/jc/go/bin
export PRETTIERD_DEFAULT_CONFIG="$HOME/.prettierrc.json"