summaryrefslogtreecommitdiffstats
path: root/zsh
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-11-02 14:00:32 +0100
committerGravatar Tom Willemse2014-11-02 14:00:32 +0100
commit22c91686689a6b0d1c25eb4b25861a9702617984 (patch)
treee95d24e02b9b03e1753ccd9370d6c0cf1c1de451 /zsh
parent24306fc29094b168b1b38b984c5d2ebf0f108d6c (diff)
downloaddotfiles-22c91686689a6b0d1c25eb4b25861a9702617984.tar.gz
dotfiles-22c91686689a6b0d1c25eb4b25861a9702617984.zip
Copy PATH into systemd services
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zprofile2
1 files changed, 2 insertions, 0 deletions
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"