[zsh] Fix syntax for setting environment variable
This commit is contained in:
parent
2b0b4e4526
commit
b12b59181b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue