aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-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