aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-12-26 23:14:40 -0800
committerGravatar Tom Willemse2020-12-26 23:17:23 -0800
commit70b4bad24d10741f140c6037e8f2d152a0db1b48 (patch)
tree9c6495134b0a9246a53d8f60904031007057148b
parent9b209c974c3b849786a4cf032eaea204c48c5f4a (diff)
downloadnew-dotfiles-70b4bad24d10741f140c6037e8f2d152a0db1b48.tar.gz
new-dotfiles-70b4bad24d10741f140c6037e8f2d152a0db1b48.zip
Reorganize zsh/profile
-rw-r--r--zsh/profile.org19
1 files changed, 16 insertions, 3 deletions
diff --git a/zsh/profile.org b/zsh/profile.org
index f537524..ec44433 100644
--- a/zsh/profile.org
+++ b/zsh/profile.org
@@ -1,4 +1,9 @@
-* XDG
+* Variables
+
+Here we set some important variables that are used by other parts of the
+configuration.
+
+** XDG
I keep my XDG files in the normal place, but specifying them in an
environment variable makes things a little easier/clearer.
@@ -15,7 +20,7 @@
export XDG_DATA_HOME="${HOME}/.local/share"
#+END_SRC
-* PATH
+** PATH
Add composer binaries to PATH.
@@ -36,7 +41,7 @@
export PATH
#+END_SRC
-* Dbus
+** Dbus
Make the session bus address fixed so other processes can know where
to find it.
@@ -51,6 +56,14 @@
export DBUS_SESSION_BUS_ADDRESS
#+END_SRC
+** .Net
+
+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
+#+end_src
+
* Systemd
Import some variables into the systemd environment so that services