add custom completions

main
Alpha Chen 5 years ago
parent efd11fbae7
commit 389c2dad42
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -48,4 +48,6 @@ if type fzf > /dev/null; then
alias fzf=fzf-tmux
fi
fpath=(~/.zsh/completion $fpath)
[[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"

Loading…
Cancel
Save