docs(readme): use callouts for notes/tips

Use callouts and clearer wording in the Integrations section.
This commit is contained in:
2026-05-12 00:05:16 -04:00
parent 233d75434c
commit d2e7c799c4
+7 -2
View File
@@ -103,7 +103,8 @@ See [FZF Bindings](#fzf-bindings) under Key Bindings for the default FZF shortcu
## Integrations
> **Note:** All integrations listed below are designed to gracefully fallback to basic commands or safely ignore their configuration if their required external dependencies are not installed on the system.
> [!NOTE]
> All integrations listed below are designed to gracefully fallback to basic commands or safely ignore their configuration if their required external dependencies are not installed on the system.
### Zoxide
@@ -122,7 +123,11 @@ Automatically loads `.envrc` files on directory change. Takes priority over the
### Auto Python Venv
When entering a directory containing a `.venv/`, the virtualenv is automatically activated. It is deactivated when you leave the project tree. DirEnv-managed directories are skipped to avoid conflicts.
When entering a directory containing a `.venv/`, the virtualenv is automatically activated.
It is automatically deactivated when you leave the project tree.
> [!TIP]
> DirEnv-managed directories are skipped by the auto-venv logic to avoid conflicts.
### WakaTime