Created
September 2, 2017 09:11
-
-
Save thierrymarianne/8534d2b0bd3f0fb1dde800c434e9d9a6 to your computer and use it in GitHub Desktop.
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
#!/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