From 101bc19f59a8db12425da398a49a97e302b4168d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 12 Mar 2026 14:13:40 -0400 Subject: [PATCH] [zsh] Add LMStduio path --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 41e64a8..0398818 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -77,3 +77,8 @@ eval "$(direnv hook /bin/zsh)" # See ~/.aliases for the various aliases seen in here source "$HOME/.aliases" + +# Added by LM Studio CLI (lms) +export PATH="$PATH:/home/powellc/.lmstudio/bin" +# End of LM Studio CLI section +