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