diff options
-rw-r--r-- | Shell/.zprofile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile index a522d41..76f69cf 100644 --- a/Shell/.zprofile +++ b/Shell/.zprofile @@ -19,6 +19,12 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_CACHE_HOME="$HOME/.cache" export XDG_RUNTIME_DIR=/run/user/`id -u` +# Import path to systemd +systemctl --user import-environment PATH + +# Setup debuginfod +sh /etc/profile.d/debuginfod.sh + # Run some programs /usr/bin/pfetch misfortune |