aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index b6b2b514..a97c0a73 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -2,7 +2,7 @@
bindkey -e
# If ENV is set, source it to get all the POSIX-compatible interactive stuff
-[[ -n $ENV ]] && . "$ENV"
+[[ -n $ENV ]] && source "$ENV"
# History settings
setopt histignorealldups sharehistory