diff options
Diffstat (limited to 'bash/.bashrc')
| -rwxr-xr-x | bash/.bashrc | 2 |
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 @@ | |||
| 7 | export PS1='[\d][\t]\u on \h\n\w $ ' | 7 | export PS1='[\d][\t]\u on \h\n\w $ ' |
| 8 | 8 | ||
| 9 | # Additional local paths | 9 | # Additional local paths |
| 10 | export PATH="$PATH:/opt/homebrew/bin" | 10 | export PATH="/opt/homebrew/bin:$PATH" |
| 11 | export PATH="$PATH:$HOME/.cargo/bin" | 11 | export PATH="$PATH:$HOME/.cargo/bin" |
| 12 | export PATH="$PATH:$HOME/.local/bin" | 12 | export PATH="$PATH:$HOME/.local/bin" |
| 13 | export PATH="$PATH:$HOME/.local/usr/bin" | 13 | export PATH="$PATH:$HOME/.local/usr/bin" |
