From 751b567f3205621ed2dfa9d2b7e417037d05d65d Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Wed, 8 Mar 2023 20:50:45 +1030 Subject: [PATCH] my scripts should be able to override installed programs by name --- .config/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/bash/.bashrc b/.config/bash/.bashrc index 1eb5344..2e2041e 100644 --- a/.config/bash/.bashrc +++ b/.config/bash/.bashrc @@ -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