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