Skip to content

Commit

Permalink
🔥 Remove loadti directory from $PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 27, 2024
1 parent cc0d26b commit 1fcffde
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ fi
if [[ -x /opt/ccstudio/ccs/ccs_base/scripting/bin/dss.sh ]]; then
PATH="/opt/ccstudio/ccs/ccs_base/scripting/bin${PATH:+:}$PATH"
fi
if [[ -x /opt/ccstudio/ccs/ccs_base/scripting/examples/loadti/loadti.sh ]]; then
PATH="/opt/ccstudio/ccs/ccs_base/scripting/examples/loadti${PATH:+:}$PATH"
fi
# for: meson test -Cbuild
PATH="$PWD/scripts${PATH:+:}$PATH"

if command -v cl6x &>/dev/null; then
Expand Down

0 comments on commit 1fcffde

Please sign in to comment.