diff options
| author | Deposite Pirate | 2026-02-13 03:18:56 +0100 |
|---|---|---|
| committer | Deposite Pirate | 2026-02-13 03:18:56 +0100 |
| commit | f89d43f2ecc3be8b3bedbdacd5f2da77a3297be4 (patch) | |
| tree | 6cade0a5765b4fdb911ab5014c2f7126fc5fed69 /functions/wwwsearch.fish | |
| parent | a321d344bb739c62af67f91eacb1294c0605d54b (diff) | |
Shorter name
renamed: functions/wwwsearch.fish -> functions/wwws.fish
Diffstat (limited to 'functions/wwwsearch.fish')
| -rw-r--r-- | functions/wwwsearch.fish | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/functions/wwwsearch.fish b/functions/wwwsearch.fish deleted file mode 100644 index 531101b..0000000 --- a/functions/wwwsearch.fish +++ /dev/null @@ -1,10 +0,0 @@ -function wwwsearch --description "Search on the WWW" - if test -z $argv - $BROWSER $WEBSEARCH &>/dev/null & - disown - return - end - - $BROWSER "$WEBSEARCH/$argv" &>/dev/null & - disown -end |
