diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-03 22:35:09 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-03 22:35:09 +0800 |
commit | 598dbed9a156092ebaeb2480f4773a6648334a63 (patch) | |
tree | 2f47fa1c25a0cef4daa7fc8708ad9c6f7f5f8213 | |
parent | a8ab0f35046220a1051a3fb94b1719dc1e62c8f7 (diff) |
update
-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 | ||