From 6cfd38c0b49053e023dcc46444bf43866a103da7 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 6 Jan 2017 16:27:23 +1300 Subject: Use `source` not `.` in zshrc --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') 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 -- cgit v1.2.3