Fix and unify formatting and code-style

This commit is contained in:
Jakub Jirutka
2015-05-18 14:50:14 +02:00
parent f860711cc5
commit 258e06c9ab
5 changed files with 44 additions and 45 deletions

View File

@@ -48,7 +48,7 @@ zstyle -d ':completion:*' list-colors
zmodload zsh/zutil
# override compadd (this our hook)
compadd () {
compadd() {
# check if any of -O, -A or -D are given
if [[ ${@[1,(i)(-|--)]} == *-(O|A|D)\ * ]]; then