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 ++ 1 file changed, 2 insertions(+) (limited to 'bash/.bashrc') 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 -- cgit v1.1