From 8b40643f7a6b5899cae577d8ebea941a6a022a21 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Fri, 20 Mar 2026 07:40:22 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=94=92=20Added=20Zed=20Jupyter=20?= =?UTF-8?q?Notebook=20env=20var?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index e3e40d5..756cd59 100644 --- a/.bashrc +++ b/.bashrc @@ -19,7 +19,8 @@ alias la='ls -la' fastfetch -# Added by LM Studio CLI (lms) -export PATH="$PATH:/home/jake/.lmstudio/bin" -# End of LM Studio CLI section +export PATH="$PATH:/home/jake/.lmstudio/bin" + +# Allow Zed to render jupyter notebooks +export LOCAL_NOTEBOOK_DEV=1