From d6406b449be82852029c4a5aae31eed59dc8f39c Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Fri, 9 Nov 2018 00:19:43 -0600 Subject: [PATCH] Corrected typo --- example_configs/zsh.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/zsh.conf b/example_configs/zsh.conf index b23fc15..2dddf62 100644 --- a/example_configs/zsh.conf +++ b/example_configs/zsh.conf @@ -5,7 +5,7 @@ AUTO_CD=true #When true, if only a directory path is entered, you will cd to t # Prompt Style PROMPT_STYLE=bsd #Valid options: bsd, bsd2, ar5 -COMPLETION_STYLE=bash #ZSH "automenu" option toggle - Valid options: bash, zsh (defaults to zsh) +COMPLETION_STYLE=bash #ZSH "automenu" option toggle - Valid options: bash, zsh (defaults to bash) # Example prompts: # bsd: user@host:~/storage/git[git-branch]%