13 lines
161 B
Plaintext
13 lines
161 B
Plaintext
# completion
|
|
autoload -U compinit
|
|
compinit
|
|
|
|
|
|
# cache for the completion
|
|
zstyle ':completion::complete:*' use-cache 1
|
|
|
|
|
|
# promt
|
|
autoload -U promptinit
|
|
promptinit
|