mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
add plugins for aws, fzf and zsh-completions
This commit is contained in:
parent
cd3666fba7
commit
355c7bf340
2 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue