diff --git a/runcoms/zshrc b/runcoms/zshrc index 47fa21e..13f4411 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -35,7 +35,7 @@ alias tmux="direnv exec / tmux" function eject { command hdiutil eject `df | grep Volumes | grep -i "$@" | ruby -ne 'puts $_[/^[^ ]*/]'`; } -eval "$($HOMEBREW_PREFIX/bin/brew shellenv)" +eval "$(brew shellenv)" [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh