mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 19:03:09 +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
|
||||
|
||||
if [ -n "$BREWPATH" ]; then
|
||||
export fpath+=($BREWPATH/share/zsh/site-functions)
|
||||
fpath+=($BREWPATH/share/zsh/site-functions)
|
||||
export fpath
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue