ansible-ffrgb/roles/common/files/.zshrc.local
2017-03-26 20:02:33 +02:00

14 lines
175 B
Plaintext

# completion
autoload -U compinit
compinit
# cache for the completion
zstyle ':completion::complete:*' use-cache 1
# promt
autoload -U promptinit
promptinit
prompt gentoo