Update aliases.zsh

This commit is contained in:
Tobias Schmidl 2018-05-29 11:35:10 +02:00 committed by GitHub
parent 92c17efbfa
commit f83eaf518d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ alias gzc='gzip --best --no-name'
alias xzc='xz --best --extreme' alias xzc='xz --best --extreme'
alias extip='curl -LR1fs --compressed https://ipinfo.io/ | jq -Sc' alias extip='curl -LR1fs --compressed https://ipinfo.io/ | jq -Sc'
alias jjar='java -jar' alias jjar='java -jar'
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
if [ -x "$(which lsb_release)" ]; if [ -x "$(which lsb_release)" ];
then then