mirror of
https://github.com/BradNut/dotfiles
synced 2025-09-08 17:40:19 +00:00
Adding homebrew completions to zsh
This commit is contained in:
parent
00821f6a2a
commit
f333bafa7e
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
|
@ -18,6 +18,10 @@ plugins=(
|
||||||
|
|
||||||
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
|
|
||||||
|
if type brew &>/dev/null; then
|
||||||
|
FPATH=$(brew --prefix)/share/zsh/site-functions:$FPATH
|
||||||
|
fi
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
# Useful aliases
|
# Useful aliases
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue