diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 5da6f85..47c876e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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"