|
|
@ -1,6 +1,7 @@
|
|
|
|
# ZSH Configuration
|
|
|
|
# ZSH Configuration
|
|
|
|
BSD_MODE=false #Some options must be specified differently in BSD
|
|
|
|
BSD_MODE=false #Some options must be specified differently in BSD
|
|
|
|
SYNTAX_HIGHLIGHT=true #On-the-fly syntax highlighting of commands that you type
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
# Prompt Style
|
|
|
|
# Prompt Style
|
|
|
|
PROMPT_STYLE=bsd #Valid options: bsd, bsd2, ar5
|
|
|
|
PROMPT_STYLE=bsd #Valid options: bsd, bsd2, ar5
|
|
|
|