diff options
author | typebrook <typebrook@gmail.com> | 2020-02-21 12:02:54 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-21 12:02:54 +0800 |
commit | 4f1e657d6ca91ae55ed11f534d0938a8050e9c32 (patch) | |
tree | 4203273e0260232ce6452817f94eede53cf7f64a /alias | |
parent | 66f565bc228dcb6734651219d219ceb856106aa9 (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -221,7 +221,10 @@ alias xc='xsel -ob | gcc -xc -' | |||
221 | 221 | ||
222 | # image | 222 | # image |
223 | image_vertical() { | 223 | image_vertical() { |
224 | convert $@ -append output.png | 224 | convert "$@" -append output.png |
225 | } | ||
226 | image_horizontal() { | ||
227 | convert "$@" +append output.png | ||
225 | } | 228 | } |
226 | 229 | ||
227 | # mail mutt | 230 | # mail mutt |