Skip to content

Commit

Permalink
Update LM Studio CLI path to use $HOME variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Oct 31, 2024
1 parent 5901a66 commit 5d94a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ fi
export PATH="/opt/homebrew/opt/crowdin@4/bin:$PATH"

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

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

0 comments on commit 5d94a17

Please sign in to comment.