aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeposite Pirate2026-02-13 03:18:56 +0100
committerDeposite Pirate2026-02-13 03:18:56 +0100
commitf89d43f2ecc3be8b3bedbdacd5f2da77a3297be4 (patch)
tree6cade0a5765b4fdb911ab5014c2f7126fc5fed69
parenta321d344bb739c62af67f91eacb1294c0605d54b (diff)
Shorter name
renamed: functions/wwwsearch.fish -> functions/wwws.fish
-rw-r--r--functions/wwws.fish (renamed from functions/wwwsearch.fish)2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/wwwsearch.fish b/functions/wwws.fish
index 531101b..8e70f1e 100644
--- a/functions/wwwsearch.fish
+++ b/functions/wwws.fish
@@ -1,4 +1,4 @@
-function wwwsearch --description "Search on the WWW"
+function wwws --description "Search on the WWW"
if test -z $argv
$BROWSER $WEBSEARCH &>/dev/null &
disown