mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
zsh: add nullglob option
This commit is contained in:
parent
2b631fb2cd
commit
c164577bd7
@ -24,7 +24,7 @@ fi
|
|||||||
|
|
||||||
# Set some useful ZSH/Bash options
|
# Set some useful ZSH/Bash options
|
||||||
setopt sharehistory histignorealldups histignorespace histreduceblanks
|
setopt sharehistory histignorealldups histignorespace histreduceblanks
|
||||||
setopt pathdirs autocd autopushd extendedglob alwaystoend dvorak
|
setopt pathdirs autocd autopushd extendedglob nullglob alwaystoend dvorak
|
||||||
|
|
||||||
# Completion initialisation
|
# Completion initialisation
|
||||||
autoload -U compinit ; compinit
|
autoload -U compinit ; compinit
|
||||||
|
Loading…
Reference in New Issue
Block a user