mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added homebrew eval to zsh
This commit is contained in:
@@ -18,6 +18,11 @@ zle -N down-line-or-beginning-search
|
||||
# Colors
|
||||
autoload -Uz colors && colors
|
||||
|
||||
# Homebrew
|
||||
if [ "$(which brew)" ]; then
|
||||
eval "$(brew shellenv)"
|
||||
fi
|
||||
|
||||
# Load Useful Functions
|
||||
source "$ZDOTDIR/zsh-functions"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user