finally fixed .zshr

This commit is contained in:
Luddifee 2021-04-30 19:59:05 +02:00
parent 5d5356e151
commit c2e55d13bb
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} -gt 2 ]] ; then
if [[ ${#tmp} -gt 2 ]] ; then
git commit -S -m "$1"
else
git commit -m "$1"