finally fixed .zshr
This commit is contained in:
parent
5d5356e151
commit
c2e55d13bb
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} -gt 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