aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 810ab6a..7ab5c59 100644
--- a/alias
+++ b/alias
@@ -311,7 +311,7 @@ bak() {
311 311
312# task 312# task
313tt() { 313tt() {
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