This commit is contained in:
John Doty 2023-05-17 13:49:13 +00:00
parent f5f92c653b
commit 76ccc23786

View file

@ -31,6 +31,9 @@ end
if test -d $HOME/Library/Python/3.10/bin
set PATH $PATH $HOME/Library/Python/3.10/bin
end
if test -d /opt/awscli/bin
set PATH $PATH /opt/awscli/bin
end
if test -n "$CODER_WORKSPACE_ID$CODER"
if test -z "$BROWSER"