diff options
author | typebrook <typebrook@gmail.com> | 2019-10-21 15:32:20 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-10-21 15:32:20 +0800 |
commit | c281a55816c74540560ce904babb22b8ab868bba (patch) | |
tree | 8b5ae6f8e6ba9a105625c103d7f8f7894ebde0d1 | |
parent | afbbe1d2d3e8d674e18948d983d0c9bcdbe8c51e (diff) |
update
-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 | } |