diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && echo C | |||
159 | alias xc='xsel -ob | gcc -xc -' | 159 | alias xc='xsel -ob | gcc -xc -' |
160 | 160 | ||
161 | # image | 161 | # image |
162 | alias image-vertical='_convert' | 162 | alias vertical='_convert' |
163 | _convert() { | 163 | _convert() { |
164 | convert $@ -append output.png | 164 | convert $@ -append output.png |
165 | } | 165 | } |