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:
parent
71752bbbd0
commit
818f12d374
2
.zshrc
2
.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='*?_[]~=&;!#$%^(){}'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user