Skip to content

Instantly share code, notes, and snippets.

@dragonken
Last active July 27, 2017 06:24
Show Gist options
  • Save dragonken/82c505ed055289be4368b919633a134f to your computer and use it in GitHub Desktop.
Save dragonken/82c505ed055289be4368b919633a134f to your computer and use it in GitHub Desktop.
zsh terminal local history
# move throug local history, search everything
# https://github.com/robbyrussell/oh-my-zsh/issues/2537
setopt no_share_history
# or
unsetopt share_history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment