diff --git a/bootstrap.sh b/bootstrap.sh index 7e15a7f..c7c704a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -10,6 +10,7 @@ git submodule init && git submodule update test -L $HOME/.curlrc || ln -f -s $BASEDIR/curlrc $HOME/.curlrc test -L $HOME/.gitignore || ln -f -s $BASEDIR/gitignore $HOME/.gitignore test -L $HOME/.hushlogin || ln -f -s $BASEDIR/hushlogin $HOME/.hushlogin +test -d $HOME/.ncmpcpp || mkdir $HOME/.ncmpcpp test -L $HOME/.ncmpcpp/config || ln -f -s $BASEDIR/ncmpcpp $HOME/.ncmpcpp/config test -L $HOME/.zshrc || ln -f -s $BASEDIR/zshrc $HOME/.zshrc diff --git a/zshrc b/zshrc index 880840c..d3c5887 100644 --- a/zshrc +++ b/zshrc @@ -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