From bb0c1ddac07ff87814329f87ff1be4da563da12f Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sun, 3 Nov 2024 19:04:54 -0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(home):=20Set=20abbrs=20instead?= =?UTF-8?q?=20of=20aliases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/profile/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}";