aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-12-13 11:43:30 +0800
committertypebrook <typebrook@gmail.com>2019-12-13 11:43:30 +0800
commit46b38dce5448da3c5bf77b430d17d686d7777e6f (patch)
treeadc7cf4b5956aa61cc04f4b26e1da8ce89720c78
parent26e65594f9d86175540ae79f73d1d35bfc31d34c (diff)
update
-rw-r--r--alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/alias b/alias
index 401bd1c..839443b 100644
--- a/alias
+++ b/alias
@@ -182,7 +182,7 @@ alias xll='xo >> ~/vimwiki/working.md'
182alias xc='xsel -ob | gcc -xc -' 182alias xc='xsel -ob | gcc -xc -'
183 183
184# image 184# image
185vertical() { convert $@ -append output.png } 185image_vertical() { convert $@ -append output.png }
186 186
187# misc 187# misc
188alias gr='_grepString' 188alias gr='_grepString'