From 251029a881a21bbab5421e8b743353f60072e51c Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Sun, 1 Oct 2023 16:21:04 -0400 Subject: [PATCH] remove path exports, manual set this on the specific device --- .config/bash/.bashrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/bash/.bashrc b/.config/bash/.bashrc index 0c655f7..12fe256 100644 --- a/.config/bash/.bashrc +++ b/.config/bash/.bashrc @@ -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"