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