diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-01 11:00:04 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-01 11:00:04 +0800 |
commit | 1a674403bedf16e598a11e7f39d17e84445e9f0d (patch) | |
tree | 66d733176b878be1efe058039ac7a94b7a72ae72 | |
parent | 1ade444d87512378d259ce8de5b8018a12b3febf (diff) |
update
-rw-r--r-- | alias | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -290,6 +290,9 @@ image_horizontal() { | |||
290 | convert "$@" +append output.png | 290 | convert "$@" +append output.png |
291 | } | 291 | } |
292 | 292 | ||
293 | # thunderbird | ||
294 | alias thunderberd.push='rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird' | ||
295 | |||
293 | # misc | 296 | # misc |
294 | alias foo='echo bar > foo && echo File foo is created && ls -lh foo' | 297 | alias foo='echo bar > foo && echo File foo is created && ls -lh foo' |
295 | alias bar='echo foo > bar && echo File bar is created && ls -lh bar' | 298 | alias bar='echo foo > bar && echo File bar is created && ls -lh bar' |