Fix typo in zshenv path
This commit is contained in:
parent
be8e18a880
commit
fe180f78d5
1 changed files with 1 additions and 1 deletions
2
zshenv
2
zshenv
|
@ -3,7 +3,7 @@ export VISUAL=vim
|
|||
export EDITOR=$VISUAL
|
||||
|
||||
# ensure dotfiles bin directory is loaded first
|
||||
export PATH="$HOME/.bin:/user/local/sbin:$PATH"
|
||||
export PATH="$HOME/.bin:/usr/local/sbin:$PATH"
|
||||
|
||||
# load rbenv if available
|
||||
if which rbenv &>/dev/null ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue