1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Remove globcomplete from zsh options

This commit is contained in:
Joe Groocock 2017-05-25 10:29:17 +01:00
parent 71752bbbd0
commit 818f12d374
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

2
.zshrc
View File

@ -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='*?_[]~=&;!#$%^(){}'