aboutsummaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-03-01 19:04:55 -0800
committerGravatar Tom Willemse2022-03-01 19:04:55 -0800
commitb12b59181b6d6fb344c81ef28e645c1489b6d026 (patch)
tree3a7885fb915ae234371dfd063876c0bc21119dd4 /zsh
parent2b0b4e4526ab130957743c2c780097e462696b05 (diff)
downloadnew-dotfiles-b12b59181b6d6fb344c81ef28e645c1489b6d026.tar.gz
new-dotfiles-b12b59181b6d6fb344c81ef28e645c1489b6d026.zip
[zsh] Fix syntax for setting environment variable
Diffstat (limited to 'zsh')
-rw-r--r--zsh/profile.org2
1 files changed, 1 insertions, 1 deletions
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