mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
Update dot_profile
This commit is contained in:
parent
e1f5ca6e92
commit
d1013db98b
1 changed files with 0 additions and 3 deletions
|
@ -12,8 +12,5 @@ elif [ -d $HOME/.linuxbrew ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$BREWPATH" ]; then
|
if [ -n "$BREWPATH" ]; then
|
||||||
if [[ "$SHELL" =~ "zsh" ]]; then
|
|
||||||
export fpath+=($BREWPATH/share/zsh/site-functions)
|
|
||||||
fi
|
|
||||||
eval "$($BREWPATH/bin/brew shellenv)"
|
eval "$($BREWPATH/bin/brew shellenv)"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue