From e69a202ccacc88267240cd500f6232f0812ce0b8 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Thu, 26 Sep 2019 18:55:48 -0400 Subject: Update bash configs --- bash/.bashrc | 2 ++ bash/.git-prompt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'bash') diff --git a/bash/.bashrc b/bash/.bashrc index 2d13ba7..86f70bb 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -2,9 +2,11 @@ set -o vi PATH=~/bin:$PATH +PATH=~/.local/bin:$PATH LPDEST=pictor source ~/.pass_completion +source ~/.git-completion.bash HISTSIZE=-1 HISTFILESIZE=-1 diff --git a/bash/.git-prompt b/bash/.git-prompt index 21063bc..9733b12 160000 --- a/bash/.git-prompt +++ b/bash/.git-prompt @@ -1 +1 @@ -Subproject commit 21063bcd924bd8efb65eb36b2fe12ffd6ed1b6a5 +Subproject commit 9733b12b3441424ad47d4f42977578e8c9d89438 -- cgit v1.1