Stop setting fwd-browse on devspaces

Gonna get them to do it *for* me.
This commit is contained in:
John Doty 2023-01-24 14:41:50 +00:00
parent c8fd0df5d4
commit f368c4c77c

View file

@ -32,11 +32,11 @@ if test -d $HOME/Library/Python/3.10/bin
set PATH $PATH $HOME/Library/Python/3.10/bin
end
if test -n "$CODER_WORKSPACE_ID"
if test -z "$BROWSER"
set -x BROWSER "fwd-browse"
end
end
# if test -n "$CODER_WORKSPACE_ID"
# if test -z "$BROWSER"
# set -x BROWSER "fwd-browse"
# end
# end
if [ -n "$INSIDE_EMACS" ]
# This is here to make emacs and ansi-term work properly; I'm not *quite*