mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Reformat zsh options as upper case.
This commit is contained in:
@@ -3,46 +3,47 @@ HISTFILE=~/.zhistory
|
|||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
setopt \
|
setopt \
|
||||||
alwaystoend \
|
ALWAYS_TO_END \
|
||||||
appendhistory \
|
APPEND_HISTORY \
|
||||||
autocd \
|
AUTO_CD \
|
||||||
autolist \
|
AUTO_LIST \
|
||||||
automenu \
|
AUTO_MENU \
|
||||||
autoparamslash \
|
AUTO_PARAM_SLASH \
|
||||||
autopushd \
|
AUTO_PUSHD \
|
||||||
banghist \
|
BANG_HIST \
|
||||||
cbases \
|
C_BASES \
|
||||||
completeinword \
|
COMPLETE_IN_WORD \
|
||||||
extendedglob \
|
EXTENDED_GLOB \
|
||||||
extendedhistory \
|
EXTENDED_HISTORY \
|
||||||
histexpiredupsfirst \
|
HIST_EXPIRE_DUPS_FIRST \
|
||||||
histfindnodups \
|
HIST_FIND_NO_DUPS \
|
||||||
histignoredups \
|
HIST_IGNORE_DUPS \
|
||||||
histignorespace \
|
HIST_IGNORE_SPACE \
|
||||||
histlexwords \
|
HIST_LEX_WORDS \
|
||||||
histsavenodups \
|
HIST_SAVE_NO_DUPS \
|
||||||
histverify \
|
HIST_VERIFY \
|
||||||
interactivecomments \
|
INTERACTIVE_COMMENTS \
|
||||||
longlistjobs \
|
LONG_LIST_JOBS \
|
||||||
multios \
|
MULTIOS \
|
||||||
nohup \
|
NO_CLOBBER \
|
||||||
nomatch \
|
NO_HUP \
|
||||||
notify \
|
NOMATCH \
|
||||||
pushdignoredups \
|
NOTIFY \
|
||||||
pushdsilent \
|
PUSHD_IGNORE_DUPS \
|
||||||
pushdtohome \
|
PUSHD_SILENT \
|
||||||
rcquotes \
|
PUSHD_TO_HOME \
|
||||||
sharehistory
|
RC_QUOTES \
|
||||||
|
SHARE_HISTORY
|
||||||
unsetopt \
|
unsetopt \
|
||||||
beep \
|
BEEP \
|
||||||
cdablevars \
|
CDABLE_VARS \
|
||||||
histbeep \
|
HIST_BEEP \
|
||||||
listbeep \
|
LIST_BEEP \
|
||||||
flowcontrol \
|
FLOW_CONTROL \
|
||||||
mailwarning \
|
MAIL_WARNING \
|
||||||
hup \
|
HUP \
|
||||||
bgnice \
|
BG_NICE \
|
||||||
checkjobs
|
CHECK_JOBS
|
||||||
# vi keybindings
|
# vi keybindings
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user