[zsh] Add LMStduio path

This commit is contained in:
2026-03-12 14:13:40 -04:00
parent ce871b1bba
commit 101bc19f59

View File

@ -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