diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-06 01:19:09 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-06 01:19:09 +0800 |
commit | 16bc954499be4782b3dfe3b8bcddbcd342a39747 (patch) | |
tree | edd60832b4b289423b75b5cabfe2f61aa359d604 /alias | |
parent | 9768b65eae1689ed1f6abc216e8f240d6ee9f56c (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ image_horizontal() { | |||
291 | } | 291 | } |
292 | 292 | ||
293 | # thunderbird | 293 | # thunderbird |
294 | alias thunder.push='rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird' | 294 | alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird/' |
295 | 295 | ||
296 | # misc | 296 | # misc |
297 | 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' |