diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-06 13:51:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-06 13:51:14 +0800 |
commit | 4aa91c532bfed6642d28444203ca0794a8cf9a13 (patch) | |
tree | 48075f126d5b7dd963c7b0303dac9a7eaebc856e /alias | |
parent | d23722b12fd44a01b3d5058732d2dabd8dabd2a7 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -311,12 +311,16 @@ bak() { | |||
311 | } | 311 | } |
312 | 312 | ||
313 | # task | 313 | # task |
314 | tt() { | 314 | alias taskrc='vim ~/.taskrc' |
315 | alias cdtask='cd ~/.task' | ||
316 | li() { | ||
315 | tasksh $@ | 317 | tasksh $@ |
316 | ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null | 318 | ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null |
317 | } | 319 | } |
318 | alias taskrc='vim ~/.taskrc' | 320 | tt() { |
319 | alias cdtask='cd ~/.task' | 321 | taskwarrior-tui |
322 | ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null | ||
323 | } | ||
320 | 324 | ||
321 | # tmp | 325 | # tmp |
322 | alias and='cd ~/git/geoBingAn.Android' | 326 | alias and='cd ~/git/geoBingAn.Android' |