From 22c91686689a6b0d1c25eb4b25861a9702617984 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 2 Nov 2014 14:00:32 +0100 Subject: Copy PATH into systemd services --- zsh/.zprofile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh') diff --git a/zsh/.zprofile b/zsh/.zprofile index 9748d66..738796a 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -5,6 +5,8 @@ PATH="$HOME/usr/bin:$PATH" PATH="/usr/local/heroku/bin:$PATH" export PATH +systemctl --user import-environment PATH + INFOPATH="$HOME/documents/info:$INFOPATH" INFOPATH="$HOME/.emacs.d/vendor-lisp/org/doc:$INFOPATH" INFOPATH="$INFOPATH:/usr/share/info" -- cgit v1.2.3-54-g00ecf