aboutsummaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-06 16:27:23 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-06 16:27:23 +1300
commit6cfd38c0b49053e023dcc46444bf43866a103da7 (patch)
treed3ed6360a4090e9818023fe52e8b0f4704ae605c /zsh
parentAdd a couple of ksh options (diff)
downloaddotfiles-6cfd38c0b49053e023dcc46444bf43866a103da7.tar.gz
dotfiles-6cfd38c0b49053e023dcc46444bf43866a103da7.zip
Use `source` not `.` in zshrc
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