if status is-interactive; and not fish_is_root_user # Console gopher browser to look for by order of preference set -f browsers 'ncgopher' # Find a suitable console web browser set -f found_browser (find_prog $browsers) if test -n "$found_browser" alias gopher "$found_browser" end end