From ab970e23ec444605c4f661b615455302ac5283e1 Mon Sep 17 00:00:00 2001 From: Luddifee Date: Fri, 30 Apr 2021 19:55:40 +0200 Subject: [PATCH] general update --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 5e58012..f6e58e0 100644 --- a/.zshrc +++ b/.zshrc @@ -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"