Skip to content

Commit

Permalink
🔧 Add completion
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomontesg committed Apr 4, 2018
1 parent f11f5f9 commit 6e51ebd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion terminal/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ ZSH_HIGHLIGHT_STYLES[function]='fg=white,bold'

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

# zsh completion
fpath=(/usr/local/share/zsh-completions $fpath)

test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
# iTerm2 integration
[ -f ~/.iterm2_shell_integration.zsh ] && source "${HOME}/.iterm2_shell_integration.zsh"

0 comments on commit 6e51ebd

Please sign in to comment.