[zsh] Fix syntax for setting environment variable

This commit is contained in:
Tom Willemse 2022-03-01 19:04:55 -08:00
parent 2b0b4e4526
commit b12b59181b

View file

@ -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. I don't want to send any telemetry to Microsoft about my usage of the ~dotnet~ tool.
#+begin_src sh #+begin_src sh
export DOTNET_CLI_TELEMETRY_OPTOUT 1 export DOTNET_CLI_TELEMETRY_OPTOUT=1
#+end_src #+end_src
* Systemd * Systemd