Skip to content

Commit

Permalink
Zsh: drop dir for bash completions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlm committed Mar 2, 2016
1 parent 61ed6b1 commit 69ad096
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dotfiles/zsh/rc/01.completion.zsh
Expand Up @@ -3,7 +3,8 @@ if [[ -n $bp && -d $bp ]]; then
fi
fpath=($Z/completions $fpath)

require compinit solarized
require compinit bashcompinit solarized
source $Z/completions/bash/*

zstyle ':completion::complete:*' use-cache 1
zstyle ':completion:*' completer _complete _prefix _files
Expand Down

0 comments on commit 69ad096

Please sign in to comment.