From c5c29473066ab77e36968e3366f39c39a1f6d111 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 7 Feb 2025 13:13:07 -0500 Subject: [PATCH] [bash] Add shorebird sh --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index 294cbc3..60d3280 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -51,3 +51,4 @@ set-deploy-env() { set-pg-env() { source /home/powellc/src/github.com/15five/aws-cli-tooling/set-pg-env.sh } +export PATH="/home/powellc/.shorebird/bin:$PATH"