- Don't set globdots it might lead to unexpected problems (bnc#815556)
OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=121
This commit is contained in:
parent
ef7e09ba45
commit
0b90e2e3f6
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 22 09:22:02 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Don't set globdots it might lead to unexpected problems (bnc#815556)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 21 10:17:56 UTC 2013 - idonmez@suse.com
|
Thu Mar 21 10:17:56 UTC 2013 - idonmez@suse.com
|
||||||
|
|
||||||
|
24
zshrc
24
zshrc
@ -26,11 +26,25 @@ SAVEHIST=500
|
|||||||
#RPROMPT="[%T]"
|
#RPROMPT="[%T]"
|
||||||
|
|
||||||
# Set/unset shell options
|
# Set/unset shell options
|
||||||
setopt globdots nocorrect pushdtohome autolist nopromptcr
|
setopt nocorrect
|
||||||
setopt nocorrectall autocd recexact longlistjobs
|
setopt pushdtohome
|
||||||
setopt histignoredups pushdsilent appendhistory histexpiredupsfirst
|
setopt autolist
|
||||||
setopt autopushd pushdminus extendedglob rcquotes
|
setopt nopromptcr
|
||||||
unsetopt bgnice autoparamslash hup
|
setopt nocorrectall
|
||||||
|
setopt autocd
|
||||||
|
setopt recexact
|
||||||
|
setopt longlistjobs
|
||||||
|
setopt histignoredups
|
||||||
|
setopt pushdsilent
|
||||||
|
setopt appendhistory
|
||||||
|
setopt histexpiredupsfirst
|
||||||
|
setopt autopushd
|
||||||
|
setopt pushdminus
|
||||||
|
setopt extendedglob
|
||||||
|
setopt rcquotes
|
||||||
|
unsetopt bgnice
|
||||||
|
unsetopt autoparamslash
|
||||||
|
unsetopt hup
|
||||||
|
|
||||||
# Setup some basic programmable completions. To see more examples
|
# Setup some basic programmable completions. To see more examples
|
||||||
# of these, check out /usr/doc/packages/zsh/compctl-examples.
|
# of these, check out /usr/doc/packages/zsh/compctl-examples.
|
||||||
|
Loading…
Reference in New Issue
Block a user