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