@ -4,6 +4,7 @@ SYNTAX_HIGHLIGHT=true #On-the-fly syntax highlighting of commands that you type
# Prompt Style
PROMPT_STYLE=bsd #Valid options: bsd, bsd2, ar5
COMPLETION_STYLE=bash #ZSH "automenu" option toggle - Valid options: bash, zsh (defaults to zsh)
# Example prompts:
# bsd: user@host:~/storage/git[git-branch]%
@ -5,7 +5,8 @@ promptinit
setopt autocd
unsetopt beep
setopt HIST_IGNORE_SPACE
## BASH-style completion; comment out for full ZSH completion.
setopt noautomenu
if [ $COMPLETION_STYLE = bash ]
then
fi