diff --git a/.config/fish/config.fish b/.config/fish/config.fish index e2e3f34..3e83995 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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*