aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-10-04 12:35:37 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-10-04 12:35:37 +0800
commiteabf99a72ca11e65714a017364f6510d71093aca (patch)
treefc228190a075205c5562383d553e9e936d2c02f8
parent1d40724c14b98143620b3876cb941e2e2b3f7731 (diff)
parentc3936dcd5dfad35c7f62c0a3f8478209a0e936e4 (diff)
Merge remote-tracking branch 'origin/dev' into dev
-rw-r--r--alias3
1 files changed, 2 insertions, 1 deletions
diff --git a/alias b/alias
index 6e51a27..481acaa 100644
--- a/alias
+++ b/alias
@@ -312,9 +312,10 @@ bak() {
312 312
313# task 313# task
314tt() { 314tt() {
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}
318alias taskrc='vim ~/.taskrc'
318 319
319# tmp 320# tmp
320alias and='cd ~/git/geoBingAn.Android' 321alias and='cd ~/git/geoBingAn.Android'