add autocompletion for docker

This commit is contained in:
Simon Rieger 2023-12-18 14:41:15 +01:00
parent 2890164f67
commit 7a20828497
2 changed files with 3127 additions and 0 deletions

View file

@ -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

File diff suppressed because it is too large Load diff