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