# Direnv integration for fish if type -q direnv # Remove any existing direnv functions first functions -e __direnv_export_eval 2>/dev/null # Set up direnv with the correct path eval (direnv hook fish) end