From 3ebf0c87d81ca558867073f279d8ea0320e6647b Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Mon, 30 Sep 2019 16:34:53 +0200 Subject: [PATCH] Added zsh plugins --- zsh/.zshenv | 3 +++ zsh/.zshrc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh/.zshenv b/zsh/.zshenv index ef8c89e..2b40e3f 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -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 diff --git a/zsh/.zshrc b/zsh/.zshrc index d75f831..2ad83dc 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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