mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Update dot_zshenv
This commit is contained in:
parent
412e05e9be
commit
52ea6d75be
1 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@ elif [ -d $HOME/.linuxbrew ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$BREWPATH" ]; then
|
if [ -n "$BREWPATH" ]; then
|
||||||
export fpath+=($BREWPATH/share/zsh/site-functions)
|
fpath+=($BREWPATH/share/zsh/site-functions)
|
||||||
|
export fpath
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue