diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-10-16 10:44:53 +0200 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-10-16 10:44:53 +0200 |
commit | 121db5641b90cd866178d00c0f08203a42ac1b44 (patch) | |
tree | b3d90666e2842ae7e6277d33e751e7d966bedbb3 /.config/bash | |
parent | 74f640c9d0e4ec840a6374587c2f9c82a5640d3c (diff) | |
download | dotfiles-121db5641b90cd866178d00c0f08203a42ac1b44.tar.gz dotfiles-121db5641b90cd866178d00c0f08203a42ac1b44.tar.bz2 dotfiles-121db5641b90cd866178d00c0f08203a42ac1b44.zip |
functions: up(): fix url s/files/file/
Diffstat (limited to '.config/bash')
-rw-r--r-- | .config/bash/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/bash/functions.sh b/.config/bash/functions.sh index c644247..dc49e58 100644 --- a/.config/bash/functions.sh +++ b/.config/bash/functions.sh @@ -115,7 +115,7 @@ up() { [[ -n $(echo $types | grep " $ext ") ]] && \ local url="http://89.149.199.86/highlight/${name}" || \ - local url="http://89.149.199.86/files/$r/$s" + local url="http://89.149.199.86/file/$r/$s" echo -n $url | xclip -selection clipboard echo -n $url | xclip -selection primary |