chore: streamline

This commit is contained in:
2026-02-19 17:56:50 +01:00
parent 8fbe28decf
commit 1e6b4c15d6
3 changed files with 12 additions and 3 deletions

4
.zshrc
View File

@@ -35,6 +35,10 @@ if [ -d "$HOME/node_modules/.bin" ]; then
export PATH="$PATH:$HOME/node_modules/.bin"
fi
if [ -d "$HOME/scripts" ]; then
export PATH="$HOME/scripts:$PATH"
fi
# Source .env file early to export environment variables
if [ -f "$HOME/.env" ] ; then
set -a