aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--alias3
1 files changed, 3 insertions, 0 deletions
diff --git a/alias b/alias
index 79ec4a0..0f4127b 100644
--- a/alias
+++ b/alias
@@ -300,6 +300,9 @@ image_vertical() {
300image_horizontal() { 300image_horizontal() {
301 convert "$@" +append output.png 301 convert "$@" +append output.png
302} 302}
303image_from_data_url() {
304 xsel -ob | sed -E 's/^.+,//' | base64 -d >$1
305}
303 306
304# thunderbird 307# thunderbird
305alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird &' 308alias thunder.pull='rsync -a --delete pham@topo.tw:~/.thunderbird/ ~/.thunderbird &'