From f53ecc064fd241249398c85d9d79813aefe1d80a Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 30 Jan 2016 03:12:02 -0700 Subject: ssl --- .zshrc-linux-desktop | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.zshrc-linux-desktop') diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop index ac3f992..b6dfa6a 100644 --- a/.zshrc-linux-desktop +++ b/.zshrc-linux-desktop @@ -79,10 +79,10 @@ ssh-scrot() { scp /tmp/$name.png /tmp/${name}_small.png shmibbles.me:http/img/scrot/$date - echo "http://shmibbles.me/img/scrot/$date/$name.png" | tr -d '\n' | xclip -i -selection clipboard - echo "http://shmibbles.me/img/scrot/$date/$name.png" | tr -d '\n' | xclip -i -selection primary - echo "http://shmibbles.me/img/scrot/$date/${name}_small.png" | tr -d '\n' | xclip -i -selection clipboard - echo "http://shmibbles.me/img/scrot/$date/${name}_small.png" | tr -d '\n' | xclip -i -selection primary + echo "https://shmibbles.me/img/scrot/$date/$name.png" | tr -d '\n' | xclip -i -selection clipboard + echo "https://shmibbles.me/img/scrot/$date/$name.png" | tr -d '\n' | xclip -i -selection primary + echo "https://shmibbles.me/img/scrot/$date/${name}_small.png" | tr -d '\n' | xclip -i -selection clipboard + echo "https://shmibbles.me/img/scrot/$date/${name}_small.png" | tr -d '\n' | xclip -i -selection primary echo 'sent!' -- cgit v1.2.3