added alias for pygmentize

This commit is contained in:
Tobias Schmidl 2019-02-07 11:38:17 +01:00 committed by GitHub
parent a1f08922eb
commit 2acfcc59f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ alias xzc='xz --best --extreme'
alias extip='curl -LR1fs --compressed https://ipinfo.io/ | jq -Sc'
alias jjar='java -jar'
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
alias pygmentize='pygmentize -O style=solarizeddark'
function mkcdir () {
mkdir -p -- "$1" &&