aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-10-03 22:35:09 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-10-03 22:35:09 +0800
commit598dbed9a156092ebaeb2480f4773a6648334a63 (patch)
tree2f47fa1c25a0cef4daa7fc8708ad9c6f7f5f8213
parenta8ab0f35046220a1051a3fb94b1719dc1e62c8f7 (diff)
update
-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