feat(home): Set abbrs instead of aliases

This commit is contained in:
punkfairie 2024-11-03 19:04:54 -08:00
parent 1f2049c0f1
commit 5899f9122b

View file

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