diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-10-03 13:37:17 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-10-03 13:37:17 -0400 |
commit | 67968363708f82d471f49f119a4713c944173ff8 (patch) | |
tree | 3f97dfa65da2672fcb094e6d41dd082ca8eab1f4 /bash | |
parent | a44145a27b7708e18daf8f261a7d4fbac7f1993b (diff) |
Moves ftplugins to after file for vim
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 391bc5e..f1463cc 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,6 +1,8 @@ # .bashrc set -o vi +PATH=~/bin:$PATH + source ~/.pass_completion HISTSIZE=1000 HISTFILESIZE=8000 |