updated path

This commit is contained in:
Solomon Laing 2023-10-04 14:32:32 +10:30
parent aa0110cc37
commit 52c7a33f30

View File

@ -6,7 +6,7 @@ case $- in
esac esac
export GOPATH="$HOME/go" export GOPATH="$HOME/go"
export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/scripts" export PATH="$HOME/.local/bin:$PATH:$GOPATH/bin:$HOME/scripts:$HOME/.dotnet/"
# don't put duplicate lines or lines starting with space in the history. # don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options # See bash(1) for more options