fix (git): lint formatting in aliases

pull/2112/head
Gurkirat Singh 2022-03-07 11:37:16 +05:30
parent f543e768cd
commit 88f0eefd39
No known key found for this signature in database
GPG Key ID: 5D829219EF259AA5
1 changed files with 6 additions and 6 deletions

View File

@ -186,12 +186,12 @@ alias gtd='git tag -d'
alias gtl='git tag -l'
case $OSTYPE in
darwin*)
alias gtls="git tag -l | gsort -V"
;;
*)
alias gtls='git tag -l | sort -V'
;;
darwin*)
alias gtls="git tag -l | gsort -V"
;;
*)
alias gtls='git tag -l | sort -V'
;;
esac
# functions