projects
/
abe:zshrc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial import of my old zshrc splitted up,
[abe:zshrc.git]
/
zsh.d
/
20-setopt
1
# -*- sh -*-
2
setopt \
3
APPEND_HISTORY \
4
AUTO_LIST \
5
AUTO_MENU \
6
AUTO_PARAM_SLASH \
7
NO_AUTO_PUSHD \
8
AUTO_REMOVE_SLASH \
9
BANG_HIST \
10
NO_BASH_AUTO_LIST \
11
CSH_JUNKIE_HISTORY \
12
CSH_JUNKIE_LOOPS \
13
NO_CSH_JUNKIE_QUOTES \
14
NO_CSH_NULL_CMD \
15
CSH_NULL_GLOB \
16
NO_EQUALS \
17
EXTENDED_HISTORY \
18
NO_GLOB_COMPLETE \
19
GLOB_DOTS \
20
HIST_BEEP \
21
HIST_EXPIRE_DUPS_FIRST \
22
HIST_FIND_NO_DUPS \
23
HIST_IGNORE_DUPS \
24
NO_HIST_IGNORE_ALL_DUPS \
25
HIST_IGNORE_SPACE \
26
HIST_NO_STORE \
27
HIST_REDUCE_BLANKS \
28
NO_HIST_VERIFY \
29
INC_APPEND_HISTORY \
30
NO_INTERACTIVE_COMMENTS \
31
LIST_PACKED \
32
LIST_TYPES \
33
MAGIC_EQUAL_SUBST \
34
NO_MENU_COMPLETE \
35
MULTIOS \
36
NOMATCH \
37
NUMERIC_GLOB_SORT \
38
NO_OVERSTRIKE \
39
PUSHD_IGNORE_DUPS \
40
PUSHD_MINUS \
41
NO_SHARE_HISTORY \
42
NO_SH_FILE_EXPANSION