From d392e9805f1bd395de912934158a805003cb6660 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Fri, 8 May 2009 23:42:08 +0200 Subject: [PATCH] Setting ZDOTDIR in .zshenv --- .zshrc | 1 + zshenv | 3 +++ zshrc | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 120000 .zshrc create mode 100644 zshenv diff --git a/.zshrc b/.zshrc new file mode 120000 index 0000000..c8b42f4 --- /dev/null +++ b/.zshrc @@ -0,0 +1 @@ +zshrc \ No newline at end of file diff --git a/zshenv b/zshenv new file mode 100644 index 0000000..95bbdc1 --- /dev/null +++ b/zshenv @@ -0,0 +1,3 @@ +# -*- sh -*- + +ZDOTDIR=${HOME}/.zsh diff --git a/zshrc b/zshrc index 774e99a..3d84dff 100644 --- a/zshrc +++ b/zshrc @@ -2,8 +2,6 @@ # # With ideas from grml and Freak -ZDOTDIR=${HOME}/.zsh - setopt EXTENDED_GLOB CSH_NULL_GLOB if [ -d ~/.zsh/zsh.d ]; then for zshrc_snipplet in $(ls -1 ~/.zsh/zsh.d/[0-9][0-9]{,$(hostname -s)}-*[^~]) ; do -- 2.1.4