Skip to content

Commit

Permalink
updated paths.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jul 9, 2024
1 parent 85a28fe commit d452761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash.d/paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ fi
add_PATH "$github/bash-tools"
while read -r x; do
add_PATH "$x"
done < <(find "$github/bash-tools" -maxdepth 1 -type d)
done < <(find "$bash_tools" -maxdepth 1 -type d)
add_PATH "$github/go-tools"
add_PATH "$github/go"
add_PATH "$github/go-tools/bin"
Expand Down

0 comments on commit d452761

Please sign in to comment.