fwd-browse
This commit is contained in:
parent
5646292f8d
commit
3bd6e5f348
1 changed files with 8 additions and 2 deletions
|
|
@ -32,6 +32,12 @@ if test -d $HOME/Library/Python/3.10/bin
|
||||||
set PATH $PATH $HOME/Library/Python/3.10/bin
|
set PATH $PATH $HOME/Library/Python/3.10/bin
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if test -n "$CODER_WORKSPACE_ID"
|
||||||
|
if test -z "$BROWSER"
|
||||||
|
set -x BROWSER "fwd-browse"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|
||||||
if [ -n "$INSIDE_EMACS" ]
|
if [ -n "$INSIDE_EMACS" ]
|
||||||
# This is here to make emacs and ansi-term work properly; I'm not *quite*
|
# This is here to make emacs and ansi-term work properly; I'm not *quite*
|
||||||
# sure what it does but it's probably cool.
|
# sure what it does but it's probably cool.
|
||||||
|
|
@ -39,8 +45,8 @@ if [ -n "$INSIDE_EMACS" ]
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
||||||
# emacs dir tracking
|
# emacs dir tracking
|
||||||
function prompt_AnSiT -e fish_prompt
|
function prompt_AnSiT -e fish_prompt
|
||||||
printf "\eAnSiTc %s\n" "$PWD"
|
printf "\eAnSiTc %s\n" "$PWD"
|
||||||
end
|
end
|
||||||
printf "\eAnSiTu %s\n" "$USER"
|
printf "\eAnSiTu %s\n" "$USER"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue