Skip to content

Commit

Permalink
add in zshkit fun stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Apr 4, 2011
1 parent 7ac2f90 commit 717cf44
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,23 @@ 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

# 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

0 comments on commit 717cf44

Please sign in to comment.