From c38c6286d01793c9ffbd2edcdbe3ecc818ebeaad Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 17 Aug 2016 20:21:10 +1200 Subject: Update bashrc/zshrc with POSIX funcs source --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index a5b8dd7e..90e920ad 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -6,3 +6,6 @@ setopt histignorealldups sharehistory HISTSIZE=$((1 << 12)) SAVEHIST=$((1 << 24)) HISTFILE=$HOME/.zsh_history + +# Load POSIX shell functions +source "$ENV" -- cgit v1.2.3