From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 10173 invoked from network); 27 May 2020 14:55:18 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 27 May 2020 14:55:18 -0000 Received: (qmail 14072 invoked by alias); 27 May 2020 14:55:11 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24877 Received: (qmail 8131 invoked by uid 1010); 27 May 2020 14:55:11 -0000 X-Qmail-Scanner-Diagnostics: from mail-wm1-f51.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25821. spamassassin: 3.4.4. Clear:RC:0(209.85.128.51):SA:0(-2.0/5.0):. Processed in 1.124516 secs); 27 May 2020 14:55:11 -0000 X-Envelope-From: luomat@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.128.51 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=lfXLjY7duldTOi+ODDREWOkYcf98NK3357SkSSq9GJI=; b=hku8QnwI7xIC2L84unDixxhzJzVl+rTxjUFQulGtj7sMh5u8tRi2tHmS/eyYKzojke sgEXXcDoepjwWlYv3sVl8w612mLBnJNnL54NmyQgsVCdicSDcoD2iQ8W92JUoZUgzOTa tf1ChoVgeeOlxop+gzRUB7xlCG+naJfggdtlnyfPp5V2WDvSD4AYhcAAVMfRkLzLT/3w Cp2F6dAySQGym3Yzw4kkpwYcb4tZHUhLFgKIVRVdJs6LahTM7Kew0YxFNpZzjh9XP3LL 2UESjR0jmaaCMP31f2okOWbZeqWLI9vg8zBzwko7mIEZwObIob4gexj2Stg8Y294Sojp Kh+w== X-Gm-Message-State: AOAM533UEPVgcfYrUIcg17nuQkMAI+n2Rjt6e11qZN37f7S3ZxQEJKx9 4kDTcE9s+J9A82knjvctb+zZa8VZpZiewwyCCW8= X-Google-Smtp-Source: ABdhPJy76l2/at8K1mNxiBHWc7tzqF3oMBgawXlnRZSCr9Jg1lDfSYw4rkP9Vu+1DMGYwIyVuoQkjUX102uwLTtzepM= X-Received: by 2002:a7b:cd94:: with SMTP id y20mr4489897wmj.87.1590591276250; Wed, 27 May 2020 07:54:36 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: TJ Luoma Date: Wed, 27 May 2020 10:54:00 -0400 Message-ID: Subject: Re: Missing .zshenv file in /etc To: Rob Mardin Cc: Zsh MailingList Content-Type: multipart/alternative; boundary="00000000000000f8b505a6a26490" --00000000000000f8b505a6a26490 Content-Type: text/plain; charset="UTF-8" Two things: 1. The file is ~/.zshenv when for the particular user, but /etc/zshenv when it is for all userrs 2. The /etc/zshenv on macOS is empty, by default. /etc/zshrc is not. So if you do not have an /etc/zshenv file, that's OK, but you should have a /etc/zshrc file. Tj On Wed, May 27, 2020 at 8:59 AM Rob Mardin wrote: > Hello there; I am scratching my head to find how to create .zshenv in /etc > folder on Mac OS (Catalina). I thought that this file is automatically > created. Could someone help point me to how to autoconfig, ie reinstantiate > zsh so that I have the necessary files to start learning zsh scripting. > > Many thanks for your help. > > Robert. > --00000000000000f8b505a6a26490--