aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTucker Evans <tucker@tuckerevans.com>2021-06-06 13:28:40 -0400
committerTucker Evans <tucker@tuckerevans.com>2021-06-06 13:28:40 -0400
commit234ec730ac952c6e8993aa06f1aa2f311edd30a6 (patch)
tree7fda20c6c40c3ac0a895d8cdc3eab7ae5d451e0b
parent9cf22053bb2360fbb2325dd09f27c32a4e9bc596 (diff)
Update bash configs
-rw-r--r--bash/.bash_profile2
-rw-r--r--bash/.bashrc2
m---------bash/.git-prompt0
3 files changed, 3 insertions, 1 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile
index 86b5194..a965a26 100644
--- a/bash/.bash_profile
+++ b/bash/.bash_profile
@@ -4,3 +4,5 @@
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
PATH=/sbin:$PATH
+
+export PATH="$HOME/.cargo/bin:$PATH"
diff --git a/bash/.bashrc b/bash/.bashrc
index 62a1351..570de71 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -1,7 +1,7 @@
# .bashrc
set -o vi
-PATH=/sbin:/usr/sbin:~/bin:/usr/local/texlive/2018/bin/x86_64-linux:$PATH
+PATH=~/bin:/sbin:/usr/sbin:/usr/local/texlive/2018/bin/x86_64-linux:$PATH
source ~/.pass_completion
export HISTSIZE=10000000
diff --git a/bash/.git-prompt b/bash/.git-prompt
-Subproject 9733b12b3441424ad47d4f42977578e8c9d8943
+Subproject 148d502b666a0d62ecc83680817596b097a70f2