diff --git a/home/profile/default.nix b/home/profile/default.nix index b38defa..e464f7e 100644 --- a/home/profile/default.nix +++ b/home/profile/default.nix @@ -14,7 +14,7 @@ SUDO_EDITOR = "${EDITOR}"; }; - shellAliases = { + shellAbbrs = { c = "clear"; e = "${config.home.sessionVariables.EDITOR}"; v = "${config.home.sessionVariables.EDITOR}";