From fcde7474b3ffd1a0dfe8527ca8a422ce457c21c5 Mon Sep 17 00:00:00 2001 From: Chapman Pendery <35637443+cpendery@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:17:46 -0700 Subject: [PATCH] docs: update readme (#279) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 089d57a..fd74dfe 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ is init xonsh >> ~/.xonshrc is init nu >> $nu.env-path ``` -When updating your shell configuration in the future, make sure the inshellisense plugin is the last command in the file. +> [!NOTE] +> When updating your shell configuration in the future, make sure the inshellisense plugin is the last command in the file. Including commands after it may break the configuration (ex. initializing your shell plugin manager after the inshellisense plugin) ### Usage