From ad4d0a33b698bb11c468303ead3d658129f1470d Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 16 Feb 2021 19:13:05 +0000 Subject: [PATCH] updated paths.sh --- .bash.d/paths.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash.d/paths.sh b/.bash.d/paths.sh index 315080e8..6a7c8cdf 100644 --- a/.bash.d/paths.sh +++ b/.bash.d/paths.sh @@ -86,6 +86,7 @@ add_PATH "/usr/sbin" add_PATH "/usr/local/sbin" add_PATH "/usr/local/bin" add_PATH "/usr/local/opt/python/libexec/bin" # Mac brew installed Python, must be ahead of ~/anaconda/bin below +add_PATH ~/.jx/bin add_PATH "$bash_tools" add_PATH ~/bin for x in ~/bin/*; do