mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Add all the ZSH options
This commit is contained in:
parent
5a87264ecd
commit
54bc66aab7
2
.zshrc
2
.zshrc
@ -15,7 +15,7 @@ mkdir -p $ZSH_CACHE_DIR $ZSH_CONFIG_DIR
|
|||||||
HISTFILE=$ZSH_CONFIG_DIR/histfile
|
HISTFILE=$ZSH_CONFIG_DIR/histfile
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
SAVEHIST=100000
|
SAVEHIST=100000
|
||||||
setopt appendhistory autocd extendedglob
|
setopt sharehistory histignoredups histignorespace histreduceblanks autocd autopushd extendedglob globcomplete alwaystoend dvorak
|
||||||
|
|
||||||
export WORDCHARS='*?_[]~=&;!#$%^(){}'
|
export WORDCHARS='*?_[]~=&;!#$%^(){}'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user