mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-14 19:03:09 +00:00
Add dot_zshenv
This commit is contained in:
parent
d1013db98b
commit
412e05e9be
1 changed files with 10 additions and 0 deletions
10
dot_zshenv
Normal file
10
dot_zshenv
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Linuxbrew setup
|
||||
if [ -d $HOME/../linuxbrew/.linuxbrew ]; then
|
||||
BREWPATH=$HOME/../linuxbrew/.linuxbrew
|
||||
elif [ -d $HOME/.linuxbrew ]; then
|
||||
BREWPATH=$HOME/.linuxbrew
|
||||
fi
|
||||
|
||||
if [ -n "$BREWPATH" ]; then
|
||||
export fpath+=($BREWPATH/share/zsh/site-functions)
|
||||
fi
|
Loading…
Reference in a new issue