From 28b366bf9fe82427cfb1f4678ae7feb0e05755fd Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 20 Apr 2013 12:09:27 +0200 Subject: Add .zshenv Signed-off-by: Florian Pritz --- .zshenv | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .zshenv (limited to '.zshenv') diff --git a/.zshenv b/.zshenv new file mode 100644 index 0000000..2f3328a --- /dev/null +++ b/.zshenv @@ -0,0 +1,4 @@ +# disable global config so grml-zsh-config doesn't break mine +setopt no_global_rcs +emulate sh -c 'source /etc/profile' + -- cgit v1.2.3-24-g4f1b