diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-11-23 15:09:29 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-11-23 15:09:29 +0800 |
commit | 886d74a69e34e607833e7b55404cc7a499392537 (patch) | |
tree | 57778fca9580b354e499f5166d87e778ebac2e7b | |
parent | 8ce14136fb83b2d62851351cf28c4b45c685c3ea (diff) |
update
-rw-r--r-- | alias | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -314,10 +314,7 @@ bak() { | |||
314 | # task | 314 | # task |
315 | alias taskrc='vim ~/.taskrc' | 315 | alias taskrc='vim ~/.taskrc' |
316 | alias cdtask='cd ~/.task' | 316 | alias cdtask='cd ~/.task' |
317 | li() { | 317 | alias li='tasksh' |
318 | tasksh $@ | ||
319 | ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null | ||
320 | } | ||
321 | tt() { | 318 | tt() { |
322 | taskwarrior-tui | 319 | taskwarrior-tui |
323 | ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null | 320 | ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null |