Describe plugin loading & enable sandbox

This commit is contained in:
Kenneth Benzie 2018-07-19 23:15:52 +01:00
parent 128cc3c57a
commit 0adcd44d22

22
zshrc
View File

@ -9,15 +9,27 @@ source-plugin() {
echo "zsh plugin not found: $1"
fi
}
source-plugin zsh-autosuggestions
source-plugin zsh-history-substring-search
source-plugin zsh-syntax-highlighting
source-plugin autoenv
source-plugin build
# Fish like automatic suggestions from command history
source-plugin zsh-autosuggestions
# Disable non end-of-line autosuggest accept widgets
ZSH_AUTOSUGGEST_ACCEPT_WIDGETS=(end-of-line vi-end-of-line)
# Search history with a command substring
source-plugin zsh-history-substring-search
# Command syntax highlighting
source-plugin zsh-syntax-highlighting
# Automatically source .enter and .exit scripts on cd
source-plugin autoenv
# Build system helper commands
source-plugin build
# Project sandboxing commands
source-plugin sandbox
# Remove duplicates from history
setopt hist_ignore_all_dups
setopt hist_reduce_blanks