aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-02-07 11:30:09 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-02-07 11:30:09 +0800
commit04ab466cfcbbdfdac66bf10ceb8fc9a2984f747f (patch)
tree5579ecc8a7809e9f7a8b8c8cd1bade8a7e55de5c
parente1e64d967d43a450c151313413de0e98d2ccab1e (diff)
update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 6c03012..24911b7 100644
--- a/alias
+++ b/alias
@@ -456,7 +456,7 @@ check_repo() {
456 cd $1 456 cd $1
457 echo check $1 457 echo check $1
458 git status -s 458 git status -s
459 [[ -n $(git cherry origin) ]] 2>/dev/null && local status="\e[31m[ahead]\e[0m" 459 [[ -n $(git cherry origin) ]] 2>/dev/null && print "\e[31m[ahead]\e[0m"
460} 460}
461check() { 461check() {
462 check_repo $SETTING_DIR 462 check_repo $SETTING_DIR