diff --git a/.vimrc b/.vimrc index a93981d..5540a12 100644 --- a/.vimrc +++ b/.vimrc @@ -26,7 +26,7 @@ Plugin 'kien/rainbow_parentheses.vim' call vundle#end() " required filetype plugin indent on " required " To ignore plugin indent changes, instead use: -"filetype plugin on +filetype plugin on " " Brief help " :PluginList - lists configured plugins diff --git a/.zshrc b/.zshrc index a404500..78d2c06 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,5 @@ # If you come from bash you might have to change your $PATH. -# export PATH=$HOME/bin:/usr/local/bin:$PATH +export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. export ZSH=/home/andrei/.oh-my-zsh