From d24da65777b3cc3ca315edee5ab7610669966e6b Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 15 Sep 2023 10:48:40 +0200 Subject: Updates --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/.bashrc') diff --git a/bash/.bashrc b/bash/.bashrc index c17a655..aeeb06e 100755 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -7,7 +7,7 @@ export PS1='[\d][\t]\u on \h\n\w $ ' # Additional local paths -export PATH="$PATH:/opt/homebrew/bin" +export PATH="/opt/homebrew/bin:$PATH" export PATH="$PATH:$HOME/.cargo/bin" export PATH="$PATH:$HOME/.local/bin" export PATH="$PATH:$HOME/.local/usr/bin" -- cgit v1.2.3