Set fwd-browse on devspaces

This commit is contained in:
John Doty 2023-02-03 20:33:19 +00:00
parent f368c4c77c
commit 37d568915d

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*