Skip to content

Commit

Permalink
Having scripts to early in path, breaks lots of things
Browse files Browse the repository at this point in the history
  • Loading branch information
NonlinearFruit committed Jun 12, 2024
1 parent cd6764c commit 0e84c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Scripts
if [ -d ~/scripts ]; then
export PATH="~/scripts:$PATH"
export PATH=$PATH:~/scripts
fi

# Exit if this shell should not be interative
Expand Down

0 comments on commit 0e84c83

Please sign in to comment.