aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-10-05 13:45:44 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-10-05 13:45:44 +0800
commit0d6af4c980893d6e5fd3c4b85299bf6b9422ca31 (patch)
tree824d46709cfdaa02e460a8879dabaf56cca783b3
parent099bc45bc5a3072f7a9bc259aa5e89598d534830 (diff)
update
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index 481acaa..63236b1 100644
--- a/alias
+++ b/alias
@@ -316,6 +316,7 @@ tt() {
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' 318alias taskrc='vim ~/.taskrc'
319alias cdtask='cd ~/.task'
319 320
320# tmp 321# tmp
321alias and='cd ~/git/geoBingAn.Android' 322alias and='cd ~/git/geoBingAn.Android'