mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Added zsh plugins
This commit is contained in:
parent
cefc6f8ba6
commit
3ebf0c87d8
@ -74,3 +74,6 @@ export EDITOR="nvim"
|
|||||||
|
|
||||||
# Enable password store extensions
|
# Enable password store extensions
|
||||||
export PASSWORD_STORE_ENABLE_EXTENSIONS="true"
|
export PASSWORD_STORE_ENABLE_EXTENSIONS="true"
|
||||||
|
|
||||||
|
# Save history file in proper place
|
||||||
|
HISTFILE=~/.cache/zsh/history
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# 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
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user