zsh: No longer unset LESS_TERMCAP
Since I now manually select the environment variables imported into systemd/dbus, other variables with escape characters are no longer a problem.
This commit is contained in:
parent
09618443eb
commit
0bb095a2bf
|
@ -73,18 +73,6 @@ in
|
||||||
# do not glob # (conflicts with nix flakes)
|
# do not glob # (conflicts with nix flakes)
|
||||||
disable -p '#'
|
disable -p '#'
|
||||||
|
|
||||||
# grml config sets these but systemd --user import-environment doesn’t
|
|
||||||
# like escape sequences in environment variables
|
|
||||||
# FIXME: remove with systemd 248 (https://github.com/systemd/systemd/commit/30927a24848c4d727f7619cc74b878f098cdd724)
|
|
||||||
unset \
|
|
||||||
LESS_TERMCAP_mb \
|
|
||||||
LESS_TERMCAP_md \
|
|
||||||
LESS_TERMCAP_me \
|
|
||||||
LESS_TERMCAP_se \
|
|
||||||
LESS_TERMCAP_so \
|
|
||||||
LESS_TERMCAP_ue \
|
|
||||||
LESS_TERMCAP_us
|
|
||||||
|
|
||||||
source ${../files/zsh/pass-wrappers.zsh}
|
source ${../files/zsh/pass-wrappers.zsh}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue