1
0
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:
Joe Groocock 2018-04-21 01:43:32 +01:00
parent 2b631fb2cd
commit c164577bd7
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -24,7 +24,7 @@ fi
# Set some useful ZSH/Bash options
setopt sharehistory histignorealldups histignorespace histreduceblanks
setopt pathdirs autocd autopushd extendedglob alwaystoend dvorak
setopt pathdirs autocd autopushd extendedglob nullglob alwaystoend dvorak
# Completion initialisation
autoload -U compinit ; compinit