diff --git a/base/bashrc b/base/bashrc index a66b463..1541cf3 100644 --- a/base/bashrc +++ b/base/bashrc @@ -25,3 +25,6 @@ x-have antidot && { PROMPT_DIRTRIM=3 PROMPT_COMMAND='PS1_CMD1=$(git branch --show-current 2>/dev/null)' PS1='\[\e[95m\]\u\[\e[0m\]@\[\e[38;5;22;2m\]\h\[\e[0m\] \[\e[38;5;33m\]\w\[\e[0m\] \[\e[92;2m\]${PS1_CMD1}\n\[\e[39m\]➜\[\e[0m\] ' + +# Added by LM Studio CLI (lms) +export PATH="$PATH:$HOME/.lmstudio/bin" diff --git a/base/zshrc b/base/zshrc index 89a3c1c..016ae1a 100644 --- a/base/zshrc +++ b/base/zshrc @@ -22,7 +22,6 @@ FPATH="$ZSH_COMPLETIONS:$FPATH" ZSH_COMPDUMP="$XDG_CACHE_HOME/zsh/zcompdump-${SHORT_HOST}-${ZSH_VERSION}" source "$DOTFILES/config/zsh/antidote.zsh" -# source "$DOTFILES/config/zsh/prompt.zsh" # Function to source FZF configuration source_fzf_config() @@ -61,3 +60,6 @@ bashcompinit # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. export P10K_CONFIG="$DOTFILES/config/zsh/p10k.zsh" [[ ! -f "$P10K_CONFIG" ]] || source "$P10K_CONFIG" + +# Added by LM Studio CLI (lms) +export PATH="$PATH:$HOME/.lmstudio/bin" diff --git a/config/fish/config.fish b/config/fish/config.fish index 2edcd39..bcbaf16 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -14,3 +14,6 @@ if status is-interactive # Start tmux if not already running and not in SSH open-tmux # defined in functions/open-tmux.fish end + +# Added by LM Studio CLI (lms) +set -gx PATH $PATH $HOME/.lmstudio/bin