summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashrc b/bashrc
index 073079f..55a4976 100644
--- a/bashrc
+++ b/bashrc
@@ -174,7 +174,7 @@ export PYTHONDONTWRITEBYTECODE=1
export STARSHIP_CONFIG=~/.config/starship/config.toml
# Get environment variables from systemd, if any are set.
-. <(systemctl --user show-environment)
+. <(systemctl --user show-environment | sed 's/^/export /')
if [ -e "$HOME/tmp/cargo" ]; then
export CARGO_TARGET_DIR="$HOME/tmp/cargo"