aboutsummaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2023-09-15 10:48:40 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2023-09-15 10:48:40 +0200
commitd24da65777b3cc3ca315edee5ab7610669966e6b (patch)
treeb99bc8fa32bedf31622cba4149070145f3badc6e /bash
parentf77a21270bba8153db77d7e12d1959b30a5247af (diff)
downloaddotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.tar.gz
dotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.tar.bz2
dotfiles-d24da65777b3cc3ca315edee5ab7610669966e6b.zip
Updates
Diffstat (limited to 'bash')
-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"