aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-01-30 03:12:02 -0700
committerkatherine <shmibs@shmibbles.me>2016-01-30 03:12:02 -0700
commitf53ecc064fd241249398c85d9d79813aefe1d80a (patch)
treec99a0eb51bb9a3aa09c80f2a91a09ab7afb985ff
parenta078e43f2f76106c948aa9dfced7b156c716abf5 (diff)
downloaddotfiles-f53ecc064fd241249398c85d9d79813aefe1d80a.tar.gz
ssl
-rw-r--r--.zshrc-linux-desktop8
1 files changed, 4 insertions, 4 deletions
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!'