diff options
author | katherine <shmibs@shmibbles.me> | 2016-01-14 10:40:28 +0000 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-01-14 10:40:28 +0000 |
commit | 263e556e523ca5817efa4f717d532a5cc1035a5e (patch) | |
tree | 12fd11d0b87542fc1e1e8086b8ffca185d9f3b16 /.zshrc-linux-desktop | |
parent | f4cb82b99daf3e2f848a504b4acfe809a7ae5970 (diff) | |
parent | e34698116a493c34fa4b584e500e9c6b5f5dd74a (diff) | |
download | dotfiles-263e556e523ca5817efa4f717d532a5cc1035a5e.tar.gz |
Merge branch 'master' of github.com:shmibs/dotfiles
Diffstat (limited to '.zshrc-linux-desktop')
-rw-r--r-- | .zshrc-linux-desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.zshrc-linux-desktop b/.zshrc-linux-desktop index aee3aa5..ac3f992 100644 --- a/.zshrc-linux-desktop +++ b/.zshrc-linux-desktop @@ -33,8 +33,8 @@ send() { do basename=$(basename $name) ssh shmibbles.me "cd http/tmp; chmod o+r '$basename'" - name=$(echo "http://shmibbles.me/tmp/$basename"\ - | sed 's/ /%20/g') + name=$(echo "https://shmibbles.me/tmp/$basename"\ + | sed -e 's/ /%20/g' -e 's/?/%3f/g') echo $name | tr -d '\n' | xclip -i -selection clipboard echo $name | tr -d '\n' | xclip -i -selection primary done |