aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-09-26 18:55:48 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-09-26 18:55:48 -0400
commite69a202ccacc88267240cd500f6232f0812ce0b8 (patch)
treedbc65a197a74cb6cc259e5d02c2a8cab90736eea /bash/.bashrc
parentd9c617e5b5d44af978e424c29b67dd95b812bf0a (diff)
Update bash configs
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc2
1 files changed, 2 insertions, 0 deletions
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