diff options
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | } |
| 461 | check() { | 461 | check() { |
| 462 | check_repo $SETTING_DIR | 462 | check_repo $SETTING_DIR |