dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

feat(sh): add lmstudio to PATH

Signed-off-by: Seongmin Lee <boltlessengineer@proton.me>

author
Seongmin Lee
date (Jul 1, 2025, 1:07 AM +0900) commit 191560d9 parent a3783e56 change-id nukoyqps
+4
+4
zsh/.zshrc
··· 21 21 zle -N edit-command-line 22 22 bindkey '^Xe' edit-command-line 23 23 bindkey '^X^E' edit-command-line 24 + 25 + # Added by LM Studio CLI (lms) 26 + export PATH="$PATH:$HOME/.lmstudio/bin" 27 + # End of LM Studio CLI section