summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-02-17 12:32:15 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-17 12:32:15 +0200
commitb30485b22ddd70a00707ac9f288a47a5e0fe6cd8 (patch)
tree715c19ddfb198917385e88303a9b349bcc718d13
parentb2f3664c5d1ae50dc22be1398946f5dbecc3518e (diff)
downloadliw-dot-files-b30485b22ddd70a00707ac9f288a47a5e0fe6cd8.tar.gz
Change: have cargo bin dir first in page
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 91a5dcd..496a1a6 100644
--- a/bashrc
+++ b/bashrc
@@ -219,7 +219,7 @@ then
else
export EDITOR=vi
fi
-export PATH="$PATH:$HOME/bin:$HOME/.cargo/bin"
+export PATH="$HOME/.cargo/bin:$PATH:$HOME/bin"
export PAGER=less
export LESSCHARSET=utf-8
export HISTCONTROL=ignoredups