summaryrefslogtreecommitdiff
path: root/etc/completion
blob: 9a1f84ff8f8e1a67bf9b0d49d738b2b2b5177b51 (plain)
1
2
3
4
5
6
7
## vim:ft=zsh

[ $uname = Linux ] && zstyle ':completion:*' list-colors $(dircolors $HOME/packages/zsh/etc/dircolors | head -n 1 | sed -r 's/LS_COLORS=|;$//g')
# Mark the current selection when tabbing through possible completions
zstyle ':completion:*' menu select=1
# Also complete uppercase names with lowercase
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' ''