Skip to content

Commit 78a2bbd

Browse files
committed
add llm sudio
1 parent d149b68 commit 78a2bbd

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

bash_profile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ then
6767
# fix delete key on macOS
6868
[ "$MACOS" ] && bind '"\e[3~" delete-char'
6969
fi
70+

bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ which direnv &>/dev/null && eval "$(direnv hook bash)"
2121

2222
# to avoid non-zero exit code
2323
true
24+

shrc.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ if quiet_which rbenv; then
104104
}
105105
fi
106106

107+
# Added by LM Studio CLI (lms) - only if directory exists
108+
LMSTUDIO_PATH="$HOME/.lmstudio/bin"
109+
[ -d "$LMSTUDIO_PATH" ] && export PATH="$PATH:$LMSTUDIO_PATH"
110+
# End of LM Studio CLI section
111+
107112
genpasswd() {
108113
local l=$1
109114
[ "$l" == "" ] && l=16

zshrc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ true
5151

5252
# opencode
5353
[ -d "/Users/arthurnn/.opencode/bin" ] && export PATH=/Users/arthurnn/.opencode/bin:$PATH
54+

0 commit comments

Comments
 (0)