From 1a4c53f754d4e40bf524d1b50c101b974dc95907 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 24 Mar 2025 11:53:59 -0400 Subject: Update, disable aider, datasette, and jupyter These are broken in upstream nixpkgs. Updating didn't fix them, so I'm just gonna disable them for now. I'm using pipx to install aider anyway. Also: Remove _ literal from GLOBIGNORE. I think it was causing the **/* glob to include stuff in the cabdir, idk why. --- .envrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.envrc') diff --git a/.envrc b/.envrc index c25bd04..3210334 100644 --- a/.envrc +++ b/.envrc @@ -18,7 +18,7 @@ export AREA="Test" # # ignore cabdir and hidden files when globbing - export GLOBIGNORE="_:**_/**:.*:$GLOBIGNORE" + export GLOBIGNORE="**_/**:.*:$GLOBIGNORE" # # scripts for editing go here PATH_add $CODEROOT/Omni/Ide -- cgit v1.2.3