1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Added zsh plugins

This commit is contained in:
Ryan Kes 2019-09-30 16:34:53 +02:00
parent cefc6f8ba6
commit 3ebf0c87d8
2 changed files with 4 additions and 1 deletions

View File

@ -74,3 +74,6 @@ export EDITOR="nvim"
# Enable password store extensions
export PASSWORD_STORE_ENABLE_EXTENSIONS="true"
# Save history file in proper place
HISTFILE=~/.cache/zsh/history

View File

@ -2,7 +2,7 @@
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(aws archlinux bower common-aliases composer docker git git-flow pass sudo symfony2 systemd tmux fzf gitignore )
plugins=(aws archlinux bower common-aliases composer docker extract fzf git git-flow gitignore httpie pass rsync sudo symfony2 systemd tmux vi-mode yarn zsh-syntax-highlighting )
source $ZSH/oh-my-zsh.sh