my scripts should be able to override installed programs by name
This commit is contained in:
parent
3a950d4ca8
commit
751b567f32
@ -6,7 +6,7 @@ case $- in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
export GOPATH="$HOME/go"
|
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.
|
# 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user