Add zstyle call to zshrc
This commit is contained in:
parent
02f56bcf08
commit
eb713867b3
8
zshrc
8
zshrc
|
@ -8,7 +8,11 @@ autoload -U promptinit
|
||||||
promptinit
|
promptinit
|
||||||
prompt grb
|
prompt grb
|
||||||
|
|
||||||
autoload -U compinit
|
if [[ $platform == 'Linux' ]]; then
|
||||||
|
zstyle :compinstall filename `$HOME/.zshrc`
|
||||||
|
fi
|
||||||
|
|
||||||
|
autoload -Uz compinit
|
||||||
compinit
|
compinit
|
||||||
|
|
||||||
# Never know when you're gonna need to popd!
|
# Never know when you're gonna need to popd!
|
||||||
|
@ -39,6 +43,8 @@ export GREP_OPTIONS="-nRi --color --exclude-dir=.git --exclude-dir=tmp --exclud
|
||||||
export HISTSIZE=20000
|
export HISTSIZE=20000
|
||||||
export HISTFILE="$HOME/.history"
|
export HISTFILE="$HOME/.history"
|
||||||
export SAVEHIST=$HISTSIZE
|
export SAVEHIST=$HISTSIZE
|
||||||
|
setopt appendhistory autocd
|
||||||
|
bindkey -e
|
||||||
|
|
||||||
# Set to this to use case-sensitive completion
|
# Set to this to use case-sensitive completion
|
||||||
# CASE_SENSITIVE="true"
|
# CASE_SENSITIVE="true"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user