Stop setting fwd-browse on devspaces
Gonna get them to do it *for* me.
This commit is contained in:
parent
c8fd0df5d4
commit
f368c4c77c
1 changed files with 5 additions and 5 deletions
|
|
@ -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*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue