summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/bash/functions.sh2
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