Add zsh-completions, also better linking of ncmpcpp config

This commit is contained in:
Jonny Barnes 2016-05-19 12:11:14 +01:00
parent eb086b2e45
commit a5ee6177d1
2 changed files with 4 additions and 0 deletions

3
zshrc
View file

@ -129,4 +129,7 @@ export CLICOLOR_FORCE=true
export LSCOLORS='dxfxcxdxbxegedabagacad'
export LS_COLORS='di=33;40:ln=35;40:so=32;40:pi=33;40:ex=31;40:bd=34;46:cd=34;43:su=0;41:sg=0;46:tw=0;42:ow=0;43:'
# Add zsh-completions to the fpath
fpath=(/usr/local/share/zsh-completions $fpath)
test -e ${HOME}/.iterm2_shell_integration.zsh && source ${HOME}/.iterm2_shell_integration.zsh