diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2019-09-26 18:55:48 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2019-09-26 18:55:48 -0400 |
commit | e69a202ccacc88267240cd500f6232f0812ce0b8 (patch) | |
tree | dbc65a197a74cb6cc259e5d02c2a8cab90736eea | |
parent | d9c617e5b5d44af978e424c29b67dd95b812bf0a (diff) |
Update bash configs
-rw-r--r-- | bash/.bashrc | 2 | ||||
m--------- | bash/.git-prompt | 0 |
2 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 diff --git a/bash/.git-prompt b/bash/.git-prompt -Subproject 21063bcd924bd8efb65eb36b2fe12ffd6ed1b6a +Subproject 9733b12b3441424ad47d4f42977578e8c9d8943 |