From 2b47406078758e8a873177f7fd58742cffe7a099 Mon Sep 17 00:00:00 2001 From: Jon Lauridsen Date: Fri, 4 Jul 2025 13:55:42 +0200 Subject: [PATCH] Update README.md w. the one line added to shell.rc There's a discrepancy between what I see in my terminal and what the README says should happen that's throwing me off. I think the code is correct and the doc needs updating. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a35da62..6f45a5b 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ more shells. > `dev integrate` looks for and edits known `shell.rc` files adding one line: > > ```sh -> eval "$(dev --shellcode)" +> eval "$(pkgx --quiet dev --shellcode)" > ``` > > If you don’t trust us (good on you), then do a dry run first: