fix: proper null checking

This commit is contained in:
punkfairie 2025-05-26 19:36:50 -07:00
parent 233d03639c
commit f8adbd437a
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -17,8 +17,8 @@ in {
shellAbbrs = {
c = "clear";
e = "${config.home.sessionVariables.EDITOR}";
v = "${config.home.sessionVariables.EDITOR}";
e = "${config.home.sessionVariables.EDITOR or "$EDITOR"}";
v = "${config.home.sessionVariables.EDITOR or "$EDITOR"}";
};
packages = [