From e5b51f33a2a8c166722823b07da8b1c4c554cf23 Mon Sep 17 00:00:00 2001 From: Alan Norton Date: Tue, 24 Dec 2024 07:33:24 -0500 Subject: [PATCH] add sqlite to path --- .bashrc.perses | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc.perses b/.bashrc.perses index e3463f5..a795935 100644 --- a/.bashrc.perses +++ b/.bashrc.perses @@ -3,6 +3,7 @@ export ERL_AFLAGS="-kernel shell_history enabled" export KERL_BUILD_DOCS="yes" export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH" +export PATH="/opt/homebrew/opt/sqlite3/bin:$PATH" export PATH="$HOME/.parallelize/bin:$PATH" alias standup="subl ~/.parallelize/standup.md"