aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc3
1 files changed, 3 insertions, 0 deletions
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"