aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-04-01 11:00:04 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-04-01 11:00:04 +0800
commit1a674403bedf16e598a11e7f39d17e84445e9f0d (patch)
tree66d733176b878be1efe058039ac7a94b7a72ae72
parent1ade444d87512378d259ce8de5b8018a12b3febf (diff)
update
-rw-r--r--alias3
1 files changed, 3 insertions, 0 deletions
diff --git a/alias b/alias
index 212d69a..1c9a866 100644
--- a/alias
+++ b/alias
@@ -290,6 +290,9 @@ image_horizontal() {
290 convert "$@" +append output.png 290 convert "$@" +append output.png
291} 291}
292 292
293# thunderbird
294alias thunderberd.push='rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird'
295
293# misc 296# misc
294alias foo='echo bar > foo && echo File foo is created && ls -lh foo' 297alias foo='echo bar > foo && echo File foo is created && ls -lh foo'
295alias bar='echo foo > bar && echo File bar is created && ls -lh bar' 298alias bar='echo foo > bar && echo File bar is created && ls -lh bar'