From c164577bd7f2a7ac05c26b40da6d537edb589709 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sat, 21 Apr 2018 01:43:32 +0100 Subject: [PATCH] zsh: add nullglob option --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 216d1ae..368c81d 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -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