add plugins for aws, fzf and zsh-completions

This commit is contained in:
Philip Henning 2021-11-03 10:37:09 +01:00
parent cd3666fba7
commit 355c7bf340
2 changed files with 13 additions and 1 deletions

View file

@ -85,8 +85,10 @@ COMPLETION_WAITING_DOTS="true"
# Add wisely, as too many plugins slow down shell startup.
plugins=(
{%@@ if profile == 'yoetunheimr' or profile == 'AINCRAD-wsl' or profile == 'AINCRAD' or profile == 'YOETUNHEIMR-wsl' @@%} archlinux
{%@@ endif @@%} colored-man-pages
{%@@ endif @@%} aws
colored-man-pages
cp
fzf
git
git-extras
gitignore
@ -101,9 +103,16 @@ plugins=(
systemd
themes
vscode
zsh-completions
zsh-navigation-tools
)
autoload -U compinit && compinit
# Try on linux without fig
#source {{@@ env['HOME'] @@}}/.oh-my-zsh/custom/plugins/fzf-tab-completion/zsh/fzf-zsh-completion.sh
#zstyle ':completion:*' fzf-search-display true
source ${ZSH}/oh-my-zsh.sh
# User configuration