diff --git a/example_configs/zsh.conf b/example_configs/zsh.conf index 2dddf62..114463e 100644 --- a/example_configs/zsh.conf +++ b/example_configs/zsh.conf @@ -2,9 +2,10 @@ BSD_MODE=false #Some options must be specified differently in BSD SYNTAX_HIGHLIGHT=true #On-the-fly syntax highlighting of commands that you type AUTO_CD=true #When true, if only a directory path is entered, you will cd to the directory +HISTORY_IGNORE_DUPS=true #Ignore duplicate back-to-back commands in shell history # Prompt Style -PROMPT_STYLE=bsd #Valid options: bsd, bsd2, ar5 +PROMPT_STYLE=bsd2 #Valid options: bsd, bsd2, ar5 COMPLETION_STYLE=bash #ZSH "automenu" option toggle - Valid options: bash, zsh (defaults to bash) # Example prompts: @@ -16,7 +17,7 @@ COMPLETION_STYLE=bash #ZSH "automenu" option toggle - Valid options: bash, zsh # Prompt Colours COLOR_USER=cyan COLOR_HOST=cyan -COLOR_PWD=cyan +COLOR_PWD=green COLOR_VCS=green ### Color Legend #