add in zshkit fun stuff
This commit is contained in:
parent
7ac2f90571
commit
717cf442b0
1 changed files with 13 additions and 2 deletions
15
zshrc
15
zshrc
|
@ -43,8 +43,8 @@ export PS1='[${SSH_CONNECTION+"%n@%m:"}%~] '
|
|||
# ignore duplicate history entries
|
||||
setopt histignoredups
|
||||
|
||||
# keep more history
|
||||
export HISTSIZE=1000
|
||||
# keep TONS of history
|
||||
export HISTSIZE=4096
|
||||
|
||||
# look for ey config in project dirs
|
||||
export EYRC=./.eyrc
|
||||
|
@ -52,3 +52,14 @@ export EYRC=./.eyrc
|
|||
# automatically pushd
|
||||
setopt auto_pushd
|
||||
export dirstacksize=5
|
||||
|
||||
# awesome cd movements from zshkit
|
||||
setopt AUTOCD
|
||||
setopt AUTOPUSHD PUSHDMINUS PUSHDSILENT PUSHDTOHOME
|
||||
setopt cdablevars
|
||||
|
||||
# Try to correct command line spelling
|
||||
setopt CORRECT CORRECT_ALL
|
||||
|
||||
# Enable extended globbing
|
||||
setopt EXTENDED_GLOB
|
||||
|
|
Loading…
Add table
Reference in a new issue