diff options
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' |