dotfiles/.zsh_plugins.zsh

25 lines
1.8 KiB
Bash

fpath+=( "$HOME/.cache/antidote/mattmc3/zephyr/plugins/color" )
source "$HOME/.cache/antidote/mattmc3/zephyr/plugins/color/color.plugin.zsh"
fpath+=( "$HOME/.cache/antidote/mattmc3/zephyr/plugins/completion" )
source "$HOME/.cache/antidote/mattmc3/zephyr/plugins/completion/completion.plugin.zsh"
fpath+=( "$HOME/.cache/antidote/mattmc3/zephyr/plugins/editor" )
source "$HOME/.cache/antidote/mattmc3/zephyr/plugins/editor/editor.plugin.zsh"
fpath+=( "$HOME/.cache/antidote/mattmc3/zephyr/plugins/zfunctions" )
source "$HOME/.cache/antidote/mattmc3/zephyr/plugins/zfunctions/zfunctions.plugin.zsh"
fpath+=( "$HOME/.cache/antidote/zsh-users/zsh-autosuggestions" )
source "$HOME/.cache/antidote/zsh-users/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh"
fpath+=( "$HOME/.cache/antidote/zsh-users/zsh-history-substring-search" )
source "$HOME/.cache/antidote/zsh-users/zsh-history-substring-search/zsh-history-substring-search.plugin.zsh"
fpath+=( "$HOME/.cache/antidote/3v1n0/zsh-bash-completions-fallback" )
source "$HOME/.cache/antidote/3v1n0/zsh-bash-completions-fallback/zsh-bash-completions-fallback.plugin.zsh"
fpath+=( "$HOME/.cache/antidote/Sam-programs/zsh-calc" )
source "$HOME/.cache/antidote/Sam-programs/zsh-calc/zsh-calc.zsh"
fpath+=( "$HOME/.cache/antidote/MichaelAquilina/zsh-you-should-use" )
source "$HOME/.cache/antidote/MichaelAquilina/zsh-you-should-use/zsh-you-should-use.plugin.zsh"
fpath+=( "$HOME/.cache/antidote/mattmc3/zman" )
source "$HOME/.cache/antidote/mattmc3/zman/zman.plugin.zsh"
fpath+=( "$HOME/.cache/antidote/zdharma-continuum/fast-syntax-highlighting" )
source "$HOME/.cache/antidote/zdharma-continuum/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh"
fpath+=( "$HOME/.cache/antidote/jeffreytse/zsh-vi-mode" )
source "$HOME/.cache/antidote/jeffreytse/zsh-vi-mode/zsh-vi-mode.plugin.zsh"