diff options
Diffstat (limited to '.config/zsh/plugins.zsh')
| -rw-r--r-- | .config/zsh/plugins.zsh | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/zsh/plugins.zsh b/.config/zsh/plugins.zsh deleted file mode 100644 index 7da3a07..0000000 --- a/.config/zsh/plugins.zsh +++ /dev/null @@ -1,28 +0,0 @@ -autoload -Uz compinit -compinit - -# Poetry autocompletion -fpath+=~/.zfunc - -# kubectl autocompletion -# [[ $commands[kubectl] ]] && source <(kubectl completion zsh) - -# FZF -source /usr/share/fzf/key-bindings.zsh -source /usr/share/fzf/completion.zsh - -# Antigen -source $HOME/.config/zsh/antigen.zsh - -# Load Packages -antigen bundle tmux -antigen bundle git -antigen bundle pip -# antigen bundle kubectl -antigen bundle command-not-found -antigen bundle zsh-users/zsh-syntax-highlighting -antigen bundle zsh-users/zsh-history-substring-search ./zsh-history-substring-search.zsh -antigen bundle zsh-users/zsh-autosuggestions - -# Done -antigen apply |