From b61ebc4f7aefb912aabcec1d49b51923abcb0632 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 19 Aug 2018 22:20:09 +0100 Subject: [PATCH] Enable sandbox plugin --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 6f858de..dfb0732 100644 --- a/zshrc +++ b/zshrc @@ -27,6 +27,9 @@ 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