From 900b5a3219f675ccff3e541abb64be019441b062 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 29 Jun 2020 00:02:11 +0200 Subject: [PATCH] zsh: add plugin and EDITOR env var --- zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index ae97206..9b31c18 100644 --- a/zshrc +++ b/zshrc @@ -68,7 +68,7 @@ ZSH_THEME="gianu" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(git) +plugins=(git history-substring-search) source $ZSH/oh-my-zsh.sh @@ -108,6 +108,9 @@ bindkey -v export PATH=$HOME/local/bin:$PATH export PATH=$HOME/bin:$PATH +# General environment +export EDITOR=vim + # set up asdf (must be after paths) . $HOME/.asdf/asdf.sh