aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2018-10-03 13:37:17 -0400
committerTucker Evans <tuckerevans24@gmail.com>2018-10-03 13:37:17 -0400
commit67968363708f82d471f49f119a4713c944173ff8 (patch)
tree3f97dfa65da2672fcb094e6d41dd082ca8eab1f4 /bash
parenta44145a27b7708e18daf8f261a7d4fbac7f1993b (diff)
Moves ftplugins to after file for vim
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc2
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