From f89d43f2ecc3be8b3bedbdacd5f2da77a3297be4 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Fri, 13 Feb 2026 03:18:56 +0100 Subject: Shorter name renamed: functions/wwwsearch.fish -> functions/wwws.fish --- functions/wwws.fish | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 functions/wwws.fish (limited to 'functions/wwws.fish') diff --git a/functions/wwws.fish b/functions/wwws.fish new file mode 100644 index 0000000..8e70f1e --- /dev/null +++ b/functions/wwws.fish @@ -0,0 +1,10 @@ +function wwws --description "Search on the WWW" + if test -z $argv + $BROWSER $WEBSEARCH &>/dev/null & + disown + return + end + + $BROWSER "$WEBSEARCH/$argv" &>/dev/null & + disown +end -- cgit v1.3.1