diff options
-rw-r--r-- | .zshrc-linux-desktop | 8 |
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!' |