diff options
Diffstat (limited to 'bash')
-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 |