Skip to content

Commit

Permalink
Add needed completion modules
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaMisty committed Oct 30, 2024
1 parent d29d1f3 commit b8189bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions zsh_conf/10-zgenom-omz.dyn.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ if [ -z $ZGENOM_SAVED ]; then
zgenom load romkatv/powerlevel10k powerlevel10k
else
zgenom ohmyzsh lib/git.zsh # git prompt (replaced by p10k)

# load completions that provided by p10k
zgenom ohmyzsh --completion plugins/docker
zgenom ohmyzsh --completion plugins/git
zgenom ohmyzsh --completion plugins/ssh
zgenom ohmyzsh --completion plugins/mosh
zgenom ohmyzsh --completion plugins/tmux
zgenom ohmyzsh --completion plugins/screen

zgenom ohmyzsh themes/$ZSH_THEME
fi

Expand Down

0 comments on commit b8189bc

Please sign in to comment.