added home/bin to path in zsh

This commit is contained in:
Andrei Stoica 2018-10-24 15:28:21 -04:00
parent 13dd419b6d
commit caefeb50e3
2 changed files with 2 additions and 2 deletions

2
.vimrc
View File

@ -26,7 +26,7 @@ Plugin 'kien/rainbow_parentheses.vim'
call vundle#end() " required call vundle#end() " required
filetype plugin indent on " required filetype plugin indent on " required
" To ignore plugin indent changes, instead use: " To ignore plugin indent changes, instead use:
"filetype plugin on filetype plugin on
" "
" Brief help " Brief help
" :PluginList - lists configured plugins " :PluginList - lists configured plugins

2
.zshrc
View File

@ -1,5 +1,5 @@
# If you come from bash you might have to change your $PATH. # 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. # Path to your oh-my-zsh installation.
export ZSH=/home/andrei/.oh-my-zsh export ZSH=/home/andrei/.oh-my-zsh