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

14 lines
175 B
Plaintext
Raw Normal View History

2017-03-26 20:02:33 +02:00
# completion
autoload -U compinit
compinit
# cache for the completion
zstyle ':completion::complete:*' use-cache 1
# promt
autoload -U promptinit
promptinit
prompt gentoo