diff options
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,7 +311,7 @@ bak() { | |||
311 | 311 | ||
312 | # task | 312 | # task |
313 | tt() { | 313 | tt() { |
314 | vit $@ | 314 | tasksh $@ |
315 | ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null | 315 | ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null |
316 | } | 316 | } |
317 | 317 | ||