From 37d568915deb9175e9db431b8e4e0029aa3bc0a4 Mon Sep 17 00:00:00 2001 From: John Doty Date: Fri, 3 Feb 2023 20:33:19 +0000 Subject: [PATCH] Set fwd-browse on devspaces --- .config/fish/config.fish | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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*