aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc1
-rw-r--r--vim/vimrc6
2 files changed, 7 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 140c04a6..5f7013ec 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -107,3 +107,4 @@ fi
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
+
diff --git a/vim/vimrc b/vim/vimrc
index c4639677..795e2917 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1,3 +1,9 @@
+" Plugins
+if exists("g:loaded_pathogen")
+ call pathogen#runtime_append_all_bundles()
+ call pathogen#helptags()
+endif
+
" Colors
if has("syntax") && ((&t_Co > 15) || has("gui_running"))
set background=dark