From 121db5641b90cd866178d00c0f08203a42ac1b44 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 16 Oct 2010 10:44:53 +0200 Subject: functions: up(): fix url s/files/file/ --- .config/bash/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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 -- cgit