File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,13 @@ exact = true
2626stripComponents = 1
2727refreshPeriod = " 168h"
2828
29+ [" .oh-my-zsh/custom/plugins/zsh-completions" ]
30+ type = " archive"
31+ url = " https://github.com/zsh-users/zsh-completions/archive/refs/heads/master.zip"
32+ exact = true
33+ stripComponents = 1
34+ refreshPeriod = " 168h"
35+
2936# tmux plugins
3037[" .config/tmux/plugins/tmux-sensible" ]
3138type = " archive"
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ ZSH_THEME="gnzh"
7575# Add wisely, as too many plugins slow down shell startup.
7676plugins=(git zsh-syntax-highlighting zsh-autosuggestions themes direnv vi-mode)
7777
78+ fpath+=${ZSH_CUSTOM:-${ZSH:-~/.oh-my-zsh}/custom}/plugins/zsh-completions/src
79+
7880source $ZSH/oh-my-zsh.sh
7981
8082# User configuration
You can’t perform that action at this time.
0 commit comments