summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-03-23 19:27:05 +0200
committerLars Wirzenius <liw@liw.fi>2019-05-01 22:30:57 +0300
commit285bc9bfafa28208a38993b52aff5a9ca51ac9aa (patch)
treeb437b9d66607d76553e2a6ad1369a18e976a76e2 /bashrc
parentee081192345ed810a5727deed6e2e07fc27cf905 (diff)
downloadliw-dot-files-285bc9bfafa28208a38993b52aff5a9ca51ac9aa.tar.gz
Change: PATH to have non-system bin dirs at end
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 89c87c3..91a5dcd 100644
--- a/bashrc
+++ b/bashrc
@@ -219,7 +219,7 @@ then
else
export EDITOR=vi
fi
-export PATH="$HOME/bin:$PATH$:$HOME/.cargo/bin"
+export PATH="$PATH:$HOME/bin:$HOME/.cargo/bin"
export PAGER=less
export LESSCHARSET=utf-8
export HISTCONTROL=ignoredups