commit ea917878191e434013c1efc8b35e156ba306c3d8 parent 7fee1b99775003bbad5c665638962a80ec55cde7 Author: dwrz <dwrz@dwrz.net> Date: Thu, 16 Nov 2023 17:24:36 +0000 Update profile Diffstat:
M | profile | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/profile b/profile @@ -31,5 +31,8 @@ export PATH # Setup systemd user PATH. if [ -x "$(command -v systemctl)" ]; then - systemctl --user import-environment PASSWORD_STORE_DIR PATH XDG_CONFIG_HOME + systemctl --user import-environment GOPATH \ + PASSWORD_STORE_DIR \ + PATH \ + XDG_CONFIG_HOME fi