general update
This commit is contained in:
parent
948993e6a2
commit
ab970e23ec
2
.zshrc
2
.zshrc
@ -48,7 +48,7 @@ alias emacs="emacs -nw"
|
|||||||
function gc() {
|
function gc() {
|
||||||
git add .
|
git add .
|
||||||
tmp=$(git config user.signingkey)
|
tmp=$(git config user.signingkey)
|
||||||
if [ {$tmp} > 2 ] ; then
|
if [[ {$tmp} -gt 2 ]] ; then
|
||||||
git commit -S -m "$1"
|
git commit -S -m "$1"
|
||||||
else
|
else
|
||||||
git commit -m "$1"
|
git commit -m "$1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user