aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-07-26 13:57:10 +0200
committerGravatar Tom Willemse2016-07-26 13:57:10 +0200
commit4744766cd0c20f27f442068368c3d8f52168da0e (patch)
treef7a5fd5266b24ec4384fed3c9340f554e70211c2
parent12f552040691299f1ceb81fbbc71fe2983e9d564 (diff)
downloadnew-dotfiles-4744766cd0c20f27f442068368c3d8f52168da0e.tar.gz
new-dotfiles-4744766cd0c20f27f442068368c3d8f52168da0e.zip
Import PATH into systemd
-rw-r--r--zsh/.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.profile b/zsh/.profile
index fd9553f..62b4c77 100644
--- a/zsh/.profile
+++ b/zsh/.profile
@@ -3,3 +3,5 @@
# personal utilities and helper commands.
PATH="${HOME}/usr/bin:${PATH}"
export PATH
+
+systemctl --user import-environment PATH