mirror of
https://github.com/boxpositron/absolute-dotfiles.git
synced 2026-02-28 03:30:37 +00:00
chore(zsh): add LM Studio CLI and Docker CLI completions to PATH
This commit is contained in:
15
.zshrc
15
.zshrc
@@ -354,3 +354,18 @@ export PATH="$BUN_INSTALL/bin:$PATH"
|
|||||||
export PATH=$HOME/.opencode/bin:$PATH
|
export PATH=$HOME/.opencode/bin:$PATH
|
||||||
|
|
||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
|
|
||||||
|
# Added by LM Studio CLI (lms)
|
||||||
|
export PATH="$PATH:$HOME/.cache/lm-studio/bin"
|
||||||
|
# End of LM Studio CLI section
|
||||||
|
|
||||||
|
|
||||||
|
# Added by LM Studio CLI (lms)
|
||||||
|
export PATH="$PATH:/Users/davidibia/.cache/lm-studio/bin"
|
||||||
|
# End of LM Studio CLI section
|
||||||
|
|
||||||
|
# The following lines have been added by Docker Desktop to enable Docker CLI completions.
|
||||||
|
fpath=(/Users/davidibia/.docker/completions $fpath)
|
||||||
|
autoload -Uz compinit
|
||||||
|
compinit
|
||||||
|
# End of Docker CLI completions
|
||||||
|
|||||||
Reference in New Issue
Block a user