summaryrefslogtreecommitdiff
path: root/02_Options.zsh
diff options
context:
space:
mode:
Diffstat (limited to '02_Options.zsh')
-rw-r--r--02_Options.zsh44
1 files changed, 44 insertions, 0 deletions
diff --git a/02_Options.zsh b/02_Options.zsh
new file mode 100644
index 0000000..e639593
--- /dev/null
+++ b/02_Options.zsh
@@ -0,0 +1,44 @@
+#!/bin/zsh
+
+##
+## Options
+##
+## man zshoptions(1)
+##
+##
+setopt Always_Last_Prompt
+setopt Always_to_End
+setopt Auto_Cd
+setopt Auto_Continue
+setopt Auto_List
+setopt Auto_Menu
+setopt Auto_Param_Keys
+#setopt Auto_Param_Slash
+setopt Auto_PushD
+unsetopt Cd_Able_Vars
+setopt Complete_Aliases
+setopt Complete_in_Word
+#setopt Correct
+setopt Correct_All
+#setopt Equals
+#setopt Extended_Glob
+unsetopt Extended_History
+setopt Hash_Cmds
+setopt Hash_Dirs
+setopt Hist_Expire_Dups_First
+setopt Hist_Ignore_All_Dups
+setopt Hist_Ignore_Space
+setopt Hist_No_Functions
+setopt Hist_No_Store
+setopt Hist_Reduce_Blanks
+setopt Inc_Append_History
+setopt Magic_Equal_Subst
+setopt Mail_Warning
+setopt Mark_Dirs
+unsetopt Menu_Complete
+setopt No_Bg_Nice
+setopt No_Hup
+setopt No_Prompt_Cr
+setopt Numeric_Glob_Sort
+unsetopt Prompt_Cr
+setopt Pushd_Ignore_Dups