From 7d0b90eaa01dc9b6198f747cc892278a36fce64f Mon Sep 17 00:00:00 2001 From: Steven Oliver Date: Mon, 23 Oct 2023 21:54:50 -0400 Subject: [PATCH] Update dot_profile Remove addition of go to the path. With rtx that's no longer applicable. --- dot_profile | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot_profile b/dot_profile index 0a205cc..2dde8e1 100644 --- a/dot_profile +++ b/dot_profile @@ -20,8 +20,5 @@ export GPG_TTY=$(tty) # rust export PATH="$HOME/.cargo/bin:$PATH" -# go -export PATH="$PATH:/usr/local/go/bin:~/go/bin/" - # opam configuration test -r /home/steveno/.opam/opam-init/init.sh && . /home/steveno/.opam/opam-init/init.sh > /dev/null 2> /dev/null || true