diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-01 17:08:53 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-04-01 17:08:53 +0800 |
commit | 3a328857594ebee14f8794a9c2d0ec6fa6fbc3d9 (patch) | |
tree | 225a96b9bd487df8e8f7a0863b1018226bd78ac7 /alias | |
parent | 1a674403bedf16e598a11e7f39d17e84445e9f0d (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 thunderberd.push='rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.thunderbird' | 294 | alias thunderbird.push='rsync -a --delete ~/.thunderbird/ pham@topo.tw:~/.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' |