added home/bin to path in zsh
This commit is contained in:
parent
13dd419b6d
commit
caefeb50e3
2
.vimrc
2
.vimrc
|
|
@ -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
2
.zshrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue