diff options
author | typebrook <typebrook@gmail.com> | 2019-12-13 11:43:30 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-12-13 11:43:30 +0800 |
commit | 46b38dce5448da3c5bf77b430d17d686d7777e6f (patch) | |
tree | adc7cf4b5956aa61cc04f4b26e1da8ce89720c78 /alias | |
parent | 26e65594f9d86175540ae79f73d1d35bfc31d34c (diff) |
update
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ alias xll='xo >> ~/vimwiki/working.md' | |||
182 | alias xc='xsel -ob | gcc -xc -' | 182 | alias xc='xsel -ob | gcc -xc -' |
183 | 183 | ||
184 | # image | 184 | # image |
185 | vertical() { convert $@ -append output.png } | 185 | image_vertical() { convert $@ -append output.png } |
186 | 186 | ||
187 | # misc | 187 | # misc |
188 | alias gr='_grepString' | 188 | alias gr='_grepString' |