diff options
author | katherine <shmibs@shmibbles.me> | 2016-01-30 03:12:02 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-01-30 03:12:02 -0700 |
commit | f53ecc064fd241249398c85d9d79813aefe1d80a (patch) | |
tree | c99a0eb51bb9a3aa09c80f2a91a09ab7afb985ff /.zshrc-linux-desktop | |
parent | a078e43f2f76106c948aa9dfced7b156c716abf5 (diff) | |
download | dotfiles-f53ecc064fd241249398c85d9d79813aefe1d80a.tar.gz |
ssl
Diffstat (limited to '.zshrc-linux-desktop')
-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!' |