From 234ec730ac952c6e8993aa06f1aa2f311edd30a6 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Sun, 6 Jun 2021 13:28:40 -0400 Subject: Update bash configs --- bash/.bash_profile | 2 ++ bash/.bashrc | 2 +- bash/.git-prompt | 2 +- 3 files changed, 4 insertions(+), 2 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 index 9733b12..148d502 160000 --- a/bash/.git-prompt +++ b/bash/.git-prompt @@ -1 +1 @@ -Subproject commit 9733b12b3441424ad47d4f42977578e8c9d89438 +Subproject commit 148d502b666a0d62ecc83680817596b097a70f2a -- cgit v1.1