summaryrefslogtreecommitdiff
path: root/.zsh_profile
blob: bcecd8f20c4149628bc92e84aec9fffe533fef02 (plain)
1
2
3
4
5
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