aboutsummaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-14 16:24:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-14 16:24:40 +1200
commit2108d018f378f2728ab43ba2dceba3c889869bdf (patch)
treec674e3a7b90ec0f35667f64c91906f1baab35001 /systemd
parentStart versioning XFCE4 terminal config (diff)
downloaddotfiles-2108d018f378f2728ab43ba2dceba3c889869bdf.tar.gz
dotfiles-2108d018f378f2728ab43ba2dceba3c889869bdf.zip
Switch back to separate assignment/export
Diffstat (limited to 'systemd')
-rw-r--r--systemd/profile.d/systemd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/systemd/profile.d/systemd.sh b/systemd/profile.d/systemd.sh
index 1f305f65..b5f05c24 100644
--- a/systemd/profile.d/systemd.sh
+++ b/systemd/profile.d/systemd.sh
@@ -1,2 +1,3 @@
# Use $VISUAL for editing systemd unit files, not $EDITOR
-export SYSTEMD_EDITOR=$VISUAL
+SYSTEMD_EDITOR=$VISUAL
+export SYSTEMD_EDITOR