diff options
Diffstat (limited to 'conf.d/05browser.fish')
| -rw-r--r-- | conf.d/05browser.fish | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/conf.d/05browser.fish b/conf.d/05browser.fish index 1a8b92d..6f4eeb0 100644 --- a/conf.d/05browser.fish +++ b/conf.d/05browser.fish @@ -33,24 +33,6 @@ if status is-interactive; and not fish_is_root_user alias webbrowser "$BROWSER" - function www --description "Browser the WWW" - if test -z $argv - webbrowser &>/dev/null - return - end - - webbrowser $argv &>/dev/null - end - - function wwwsearch --description "Search on the WWW" - if test -z $argv - webbrowser $WEBSEARCH &>/dev/null - return - end - - webbrowser "$WEBSEARCH/$argv" &>/dev/null - end - # Console gopher browser to look for by order of preference set -f gbrowsers 'ncgopher' set -f found_gbrowser (find_prog $gbrowsers) |
