From 27f0010fd7d32789ae2f2802d777e0f80547908e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 19 Jul 2011 19:35:27 +0200 Subject: urxvt-link.sh: use firefox for everything again Signed-off-by: Florian Pritz --- urxvt-link.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'urxvt-link.sh') diff --git a/urxvt-link.sh b/urxvt-link.sh index ec49820..f2d610f 100755 --- a/urxvt-link.sh +++ b/urxvt-link.sh @@ -1,8 +1,4 @@ #!/bin/bash echo -n "$1" | nohup >/dev/null 2>&1 xclip -if [[ $1 =~ http://(www.)?youtube.com/* ]]; then - chromium "$1" -else - firefox "$1" -fi +firefox "$1" -- cgit v1.2.3-24-g4f1b