From db2535491cc7ee67247980966170c59c744fd6e9 Mon Sep 17 00:00:00 2001 From: TechnoStrife Date: Tue, 8 Apr 2025 20:43:45 +0300 Subject: [PATCH] Update xonsh usage instructions in README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6841c19..a53078d 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,10 @@ fi ### Xonsh -Add to your `~/.config/xonsh/rc.xsh` +Add to your `~/.xonshrc` or `~/.config/xonsh/rc.xsh` ```xonsh -if !(which nix-your-shell): - nix-your-shell xonsh | source +execx($(nix-your-shell xonsh)) ``` ### Nushell