zsh: add plugin and EDITOR env var

This commit is contained in:
Rob Watson 2020-06-29 00:02:11 +02:00
parent 7d3d5e4ed0
commit 900b5a3219
1 changed files with 4 additions and 1 deletions

5
zshrc
View File

@ -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