Skip to content

Instantly share code, notes, and snippets.

@thierrymarianne
Created September 2, 2017 09:11
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 thierrymarianne/8534d2b0bd3f0fb1dde800c434e9d9a6 to your computer and use it in GitHub Desktop.
Save thierrymarianne/8534d2b0bd3f0fb1dde800c434e9d9a6 to your computer and use it in GitHub Desktop.
#!/bin/zsh
alias search-history='fc -n -l -10000 | tac | fzf'
alias ll='exa -abghl --time modified --sort=modified --git --color=automatic'
alias pyg='pygmentize -O style=solarizedlight -f console256 -g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment