Last active
July 27, 2017 06:24
-
-
Save dragonken/82c505ed055289be4368b919633a134f to your computer and use it in GitHub Desktop.
zsh terminal local history
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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