diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-04 12:35:37 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-04 12:35:37 +0800 |
| commit | eabf99a72ca11e65714a017364f6510d71093aca (patch) | |
| tree | fc228190a075205c5562383d553e9e936d2c02f8 /alias | |
| parent | 1d40724c14b98143620b3876cb941e2e2b3f7731 (diff) | |
| parent | c3936dcd5dfad35c7f62c0a3f8478209a0e936e4 (diff) | |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -312,9 +312,10 @@ bak() { | |||
| 312 | 312 | ||
| 313 | # task | 313 | # task |
| 314 | tt() { | 314 | tt() { |
| 315 | vit $@ | 315 | tasksh $@ |
| 316 | ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null | 316 | ( cd ~/.task && git add --all && git commit -m 'update' && git push origin & ) &>/dev/null |
| 317 | } | 317 | } |
| 318 | alias taskrc='vim ~/.taskrc' | ||
| 318 | 319 | ||
| 319 | # tmp | 320 | # tmp |
| 320 | alias and='cd ~/git/geoBingAn.Android' | 321 | alias and='cd ~/git/geoBingAn.Android' |