aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-10-21 15:32:20 +0800
committertypebrook <typebrook@gmail.com>2019-10-21 15:32:20 +0800
commitc281a55816c74540560ce904babb22b8ab868bba (patch)
tree8b5ae6f8e6ba9a105625c103d7f8f7894ebde0d1
parentafbbe1d2d3e8d674e18948d983d0c9bcdbe8c51e (diff)
update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 3ff63e9..13b131a 100644
--- a/alias
+++ b/alias
@@ -159,7 +159,7 @@ alias xl='history | tail -1 | grep -oP "^\s*[0-9]+\s\s\K.*" | xsel -ib && echo C
159alias xc='xsel -ob | gcc -xc -' 159alias xc='xsel -ob | gcc -xc -'
160 160
161# image 161# image
162alias image-vertical='_convert' 162alias vertical='_convert'
163_convert() { 163_convert() {
164 convert $@ -append output.png 164 convert $@ -append output.png
165} 165}