zsh: Add additional completions

This commit is contained in:
2025-09-07 05:37:11 +02:00
parent a9163907be
commit b22739cb71
3 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -13,3 +13,6 @@
[submodule "zsh/custom/plugins/fast-syntax-highlighting"] [submodule "zsh/custom/plugins/fast-syntax-highlighting"]
path = zsh/custom/plugins/fast-syntax-highlighting path = zsh/custom/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
[submodule "zsh/custom/plugins/zsh-completions"]
path = zsh/custom/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git

View File

@@ -45,7 +45,9 @@ ZSH_TMUX_AUTOSTART=true
ZSH_TMUX_AUTOCONNECT=false ZSH_TMUX_AUTOCONNECT=false
ZSH_TMUX_FIXTERM=true ZSH_TMUX_FIXTERM=true
source $ZSH/oh-my-zsh.sh fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
autoload -U compinit && compinit
source "$ZSH/oh-my-zsh.sh"
less_termcap[so]="${fg_bold[black]}${bg[white]}" less_termcap[so]="${fg_bold[black]}${bg[white]}"
export LESS="-F -R -i --incsearch -M" export LESS="-F -R -i --incsearch -M"