Skip to content

Instantly share code, notes, and snippets.

@chx
Created August 12, 2016 07:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chx/f9509cb2db6595be334ca2404fac8a91 to your computer and use it in GitHub Desktop.
Save chx/f9509cb2db6595be334ca2404fac8a91 to your computer and use it in GitHub Desktop.
bindkey '^R' history-incremental-pattern-search-backward
HISTSIZE=100000
SAVEHIST=100000
setopt hist_ignore_all_dups
setopt inc_append_history extendedglob share_history
. /etc/profile.d/autojump.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment