ansible/roles/common/files/.zshrc.local

13 lines
161 B
Plaintext
Raw Normal View History

2015-12-13 18:54:49 +01:00
# completion
autoload -U compinit
compinit
# cache for the completion
zstyle ':completion::complete:*' use-cache 1
# promt
autoload -U promptinit
promptinit