diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-31 22:52:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-03-31 22:52:27 +0800 |
commit | 1ade444d87512378d259ce8de5b8018a12b3febf (patch) | |
tree | ade99d5b846e18f464a32f48908b4f7f01c161bf | |
parent | d4317ca67738bf2f501ba77db3bfd5a61c7e2c17 (diff) |
update
-rw-r--r-- | alias | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -290,9 +290,6 @@ image_horizontal() { | |||
290 | convert "$@" +append output.png | 290 | convert "$@" +append output.png |
291 | } | 291 | } |
292 | 292 | ||
293 | # mail mutt | ||
294 | alias m='mutt' | ||
295 | |||
296 | # misc | 293 | # misc |
297 | alias foo='echo bar > foo && echo File foo is created && ls -lh foo' | 294 | alias foo='echo bar > foo && echo File foo is created && ls -lh foo' |
298 | alias bar='echo foo > bar && echo File bar is created && ls -lh bar' | 295 | alias bar='echo foo > bar && echo File bar is created && ls -lh bar' |