aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-08-07 00:23:11 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-08-07 00:23:11 +0800
commit2bf1e79fb707157fe676fb406f95e14cd09ad70e (patch)
tree6d0254761f5a1485c254b25d981ec1cb4bf5af72
parent2c6f6f675f33004f5ed99c094ba059d7c5b3f52e (diff)
update
-rw-r--r--alias3
1 files changed, 3 insertions, 0 deletions
diff --git a/alias b/alias
index 6d805b5..73b47ed 100644
--- a/alias
+++ b/alias
@@ -298,6 +298,9 @@ image_vertical() {
298image_horizontal() { 298image_horizontal() {
299 convert "$@" +append output.png 299 convert "$@" +append output.png
300} 300}
301image_from_data_url() {
302 xsel -ob | sed -E 's/^.+,//' | base64 -d >$1
303}
301 304
302# thunderbird 305# thunderbird
303alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird &' 306alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird &'