File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 # fix delete key on macOS
6868 [ " $MACOS " ] && bind ' "\e[3~" delete-char'
6969fi
70+
Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ which direnv &>/dev/null && eval "$(direnv hook bash)"
2121
2222# to avoid non-zero exit code
2323true
24+
Original file line number Diff line number Diff line change @@ -104,6 +104,11 @@ if quiet_which rbenv; then
104104 }
105105fi
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+
107112genpasswd () {
108113 local l=$1
109114 [ " $l " == " " ] && l=16
Original file line number Diff line number Diff line change 5151
5252# opencode
5353[ -d " /Users/arthurnn/.opencode/bin" ] && export PATH=/Users/arthurnn/.opencode/bin:$PATH
54+
You can’t perform that action at this time.
0 commit comments