From d2e7c799c46706592a29c22fad71fccd805e81f2 Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 12 May 2026 00:05:16 -0400 Subject: [PATCH] docs(readme): use callouts for notes/tips Use callouts and clearer wording in the Integrations section. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9d3f62..a7cca06 100644 --- a/README.md +++ b/README.md @@ -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