Skip to content

Instantly share code, notes, and snippets.

@keyle
Created December 5, 2021 12:44
Show Gist options
  • Select an option

  • Save keyle/c43e2a2b730a366770e25b9fc4d6f7cf to your computer and use it in GitHub Desktop.

Select an option

Save keyle/c43e2a2b730a366770e25b9fc4d6f7cf to your computer and use it in GitHub Desktop.
Search through history
export HISTIGNORE="pwd:cd:ls:ll:ps:hist:update:git:lz"
hist() {
history |grep $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment