blob: 0e6cff5302765cd2e455cb0eb1cbf82034aaf2dc (
plain)
1
2
3
4
5
6
7
8
9
|
# The following lines were added by compinstall
zstyle ':completion:*' completer _complete _ignored
zstyle ':completion:*' matcher-list ''
zstyle :compinstall filename '/home/gid/.zshrc'
autoload -Uz compinit
compinit
# End of lines added by compinstall
|