fwd-browse

This commit is contained in:
John Doty 2023-01-03 21:50:28 +00:00
parent 5646292f8d
commit 3bd6e5f348

View file

@ -32,6 +32,12 @@ 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 [ -n "$INSIDE_EMACS" ]
# This is here to make emacs and ansi-term work properly; I'm not *quite*
# sure what it does but it's probably cool.