Skip to content

Commit

Permalink
Add LM Studio CLI to PATH in .zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Oct 31, 2024
1 parent 6124798 commit 5901a66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ fi
# crowdin
export PATH="/opt/homebrew/opt/crowdin@4/bin:$PATH"

# LM Studio CLI (lms)
export PATH="$PATH:/Users/nino/.cache/lm-studio/bin"

# terramate
complete -o nospace -C /opt/homebrew/bin/terramate terramate

Expand All @@ -177,4 +180,3 @@ fi
if _cmd_exists terramate; then
alias t="terramate"
fi

0 comments on commit 5901a66

Please sign in to comment.