feat(home): Set abbrs instead of aliases

This commit is contained in:
punkfairie 2024-11-03 19:04:54 -08:00
parent a5b03ec1ad
commit bb0c1ddac0
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -14,7 +14,7 @@
SUDO_EDITOR = "${EDITOR}";
};
shellAliases = {
shellAbbrs = {
c = "clear";
e = "${config.home.sessionVariables.EDITOR}";
v = "${config.home.sessionVariables.EDITOR}";