diff options
| author | 2023-09-15 10:48:40 +0200 | |
|---|---|---|
| committer | 2023-09-15 10:48:40 +0200 | |
| commit | d24da65777b3cc3ca315edee5ab7610669966e6b (patch) | |
| tree | b99bc8fa32bedf31622cba4149070145f3badc6e /bash | |
| parent | f77a21270bba8153db77d7e12d1959b30a5247af (diff) | |
| download | dotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.tar.gz dotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.tar.bz2 dotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.zip | |
Updates
Diffstat (limited to 'bash')
| -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" |
