From ed80504a98793afe0c77370e444f188fd96bdf65 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 21 Jun 2023 09:49:57 +0200 Subject: Prefer local bin path over globals --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 031ab84..11e0c4f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -7,6 +7,6 @@ fi # User specific environment and startup programs -PATH=$PATH:$HOME/.local/bin:$HOME/bin +PATH=$HOME/.local/bin:$HOME/bin:$PATH export PATH -- cgit