From caefeb50e35efd2afc1e5739d7b9c4da83473898 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Wed, 24 Oct 2018 15:28:21 -0400 Subject: [PATCH] added home/bin to path in zsh --- .vimrc | 2 +- .zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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