diff options
author | Tucker Evans <tucker@tuckerevans.com> | 2021-06-06 13:28:40 -0400 |
---|---|---|
committer | Tucker Evans <tucker@tuckerevans.com> | 2021-06-06 13:28:40 -0400 |
commit | 234ec730ac952c6e8993aa06f1aa2f311edd30a6 (patch) | |
tree | 7fda20c6c40c3ac0a895d8cdc3eab7ae5d451e0b | |
parent | 9cf22053bb2360fbb2325dd09f27c32a4e9bc596 (diff) |
Update bash configs
-rw-r--r-- | bash/.bash_profile | 2 | ||||
-rw-r--r-- | bash/.bashrc | 2 | ||||
m--------- | bash/.git-prompt | 0 |
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 |