aboutsummaryrefslogtreecommitdiffstats
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rwxr-xr-xbash/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index c17a655..aeeb06e 100755
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -7,7 +7,7 @@
7export PS1='[\d][\t]\u on \h\n\w $ ' 7export PS1='[\d][\t]\u on \h\n\w $ '
8 8
9# Additional local paths 9# Additional local paths
10export PATH="$PATH:/opt/homebrew/bin" 10export PATH="/opt/homebrew/bin:$PATH"
11export PATH="$PATH:$HOME/.cargo/bin" 11export PATH="$PATH:$HOME/.cargo/bin"
12export PATH="$PATH:$HOME/.local/bin" 12export PATH="$PATH:$HOME/.local/bin"
13export PATH="$PATH:$HOME/.local/usr/bin" 13export PATH="$PATH:$HOME/.local/usr/bin"