add the local/bin to the front of path
This commit is contained in:
parent
d35ba54014
commit
7857dbd6d7
1 changed files with 1 additions and 0 deletions
|
|
@ -52,4 +52,5 @@ source $ZSH/oh-my-zsh.sh
|
||||||
#
|
#
|
||||||
|
|
||||||
alias vim="~/local/bin/vim"
|
alias vim="~/local/bin/vim"
|
||||||
|
export PATH=~/local/bin:$PATH
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue