aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 &'