my scripts should be able to override installed programs by name

This commit is contained in:
Solomon Laing 2023-03-08 20:50:45 +10:30
parent 3a950d4ca8
commit 751b567f32

View File

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