Skip to content

Instantly share code, notes, and snippets.

@ryanaslett
Created September 29, 2014 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanaslett/67ad3fe2a089dfd29d85 to your computer and use it in GitHub Desktop.
Save ryanaslett/67ad3fe2a089dfd29d85 to your computer and use it in GitHub Desktop.
History -> execution using peco and zsh.
awk '{FS=";"}{print $2}' ~/.zsh_history |peco |zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment