add autocompletion for docker
This commit is contained in:
parent
2890164f67
commit
7a20828497
2 changed files with 3127 additions and 0 deletions
|
@ -114,6 +114,9 @@ function preexec {
|
|||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||||
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
|
||||
|
||||
fpath=(~/.zsh/completion $fpath)
|
||||
autoload -Uz compinit && compinit -i
|
||||
|
||||
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source ~/.fzf/shell/key-bindings.zsh
|
||||
|
|
3124
dot_zsh/completion/_docker-compose
Normal file
3124
dot_zsh/completion/_docker-compose
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue