summaryrefslogtreecommitdiff
path: root/.zsh_profile
diff options
context:
space:
mode:
Diffstat (limited to '.zsh_profile')
-rw-r--r--.zsh_profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/.zsh_profile b/.zsh_profile
new file mode 100644
index 0000000..bcecd8f
--- /dev/null
+++ b/.zsh_profile
@@ -0,0 +1,6 @@
+#!/usr/bin/env zsh
+
+# export all variables from environment.d
+set -a
+. <(/usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator)
+set +a