From 76ccc237868c84252d6f41562043b82e3fca8c84 Mon Sep 17 00:00:00 2001 From: John Doty Date: Wed, 17 May 2023 13:49:13 +0000 Subject: [PATCH] awscli --- .config/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) 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"