diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-08-14 16:24:40 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-08-14 16:24:40 +1200 |
commit | 2108d018f378f2728ab43ba2dceba3c889869bdf (patch) | |
tree | c674e3a7b90ec0f35667f64c91906f1baab35001 /systemd | |
parent | Start versioning XFCE4 terminal config (diff) | |
download | dotfiles-2108d018f378f2728ab43ba2dceba3c889869bdf.tar.gz dotfiles-2108d018f378f2728ab43ba2dceba3c889869bdf.zip |
Switch back to separate assignment/export
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/profile.d/systemd.sh | 3 |
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 |