From 818f12d374966c74347a52182db35f0e30ca7acc Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Thu, 25 May 2017 10:29:17 +0100 Subject: [PATCH] Remove globcomplete from zsh options --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index d3fe10c..b37fa62 100644 --- a/.zshrc +++ b/.zshrc @@ -15,7 +15,7 @@ mkdir -p $ZSH_CACHE_DIR $ZSH_CONFIG_DIR HISTFILE=$ZSH_CONFIG_DIR/histfile HISTSIZE=100000 SAVEHIST=100000 -setopt sharehistory histignoredups histignorespace histreduceblanks autocd autopushd extendedglob globcomplete alwaystoend dvorak +setopt sharehistory histignoredups histignorespace histreduceblanks autocd autopushd extendedglob alwaystoend dvorak export WORDCHARS='*?_[]~=&;!#$%^(){}'