summaryrefslogtreecommitdiff
path: root/02_Options.zsh
blob: e6395937083ef2ff2c0ca893405a09ba44dbc2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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