From 9f380347f0f9777258b55aaeb27c64b690987d33 Mon Sep 17 00:00:00 2001 From: Chuck Wooters Date: Sat, 17 Oct 2020 08:37:13 -0700 Subject: [PATCH] cleanup bash_profile --- bash/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index 6d1e890..86003a7 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,6 +1,6 @@ +PATH="/usr/local/sbin:${PATH}" PATH="$HOME/.cargo/bin:${PATH}" PATH="/usr/local/opt/python/libexec/bin:${PATH}" -PATH="/usr/local/opt/sbt@0.13/bin:${PATH}" PATH="${HOME}/bin:${PATH}" PATH="${PATH}:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"