From b12b59181b6d6fb344c81ef28e645c1489b6d026 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 1 Mar 2022 19:04:55 -0800 Subject: [zsh] Fix syntax for setting environment variable --- zsh/profile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/profile.org b/zsh/profile.org index c5e3355..533abe8 100644 --- a/zsh/profile.org +++ b/zsh/profile.org @@ -80,7 +80,7 @@ If =$XDG_DATA_DIRS= is either not set or empty, a value equal to =/usr/local/sha I don't want to send any telemetry to Microsoft about my usage of the ~dotnet~ tool. #+begin_src sh - export DOTNET_CLI_TELEMETRY_OPTOUT 1 + export DOTNET_CLI_TELEMETRY_OPTOUT=1 #+end_src * Systemd -- cgit v1.2.3-54-g00ecf