#!/usr/bin/env bash # Prole environment file. Sourced by other scripts in ~/.prole/bin. # Customize PATH, KUBECONFIG, contexts, etc. # Ensure common kubectl locations are available export PATH="/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin:$PATH" # Example: point to a specific kubeconfig if needed # export KUBECONFIG="$HOME/.kube/config" # You can add any environment variables that your port-forward commands require here.