general update

This commit is contained in:
Luddifee 2021-04-30 19:55:40 +02:00
parent 948993e6a2
commit ab970e23ec
No known key found for this signature in database
GPG Key ID: 72D37442F5AD2232

2
.zshrc
View File

@ -48,7 +48,7 @@ alias emacs="emacs -nw"
function gc() {
git add .
tmp=$(git config user.signingkey)
if [ {$tmp} > 2 ] ; then
if [[ {$tmp} -gt 2 ]] ; then
git commit -S -m "$1"
else
git commit -m "$1"