From cfca3ad145a7a328558ae23fc7f20efcf2cb3e61 Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Wed, 14 Dec 2022 19:21:40 +0800 Subject: [PATCH] gdebug will record time --- .zshrc2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc2 b/.zshrc2 index d96b54e..92a06eb 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -100,7 +100,7 @@ alias "se"='sudo -sE' alias "pbd"='ping baidu.com' alias "p114"='ping 114.114.114.114' alias "p666"='ping6 2001:da8::666' -alias "gdebug"='git add -A; git commit -m "bug fix"' +alias "gdebug"='git add -A; git commit -m "bug fix ($(date))"' case $(bash "$DOTFILES/tools/common.sh" get_os_type) in macos ) alias l='ls -lAGh -D "%y-%m-%d %H:%M"' ;; * ) alias l='ls -lAGh --time-style="+%y-%m-%d %H:%M"' ;;