From 78d0dc33618e2f19037d8737eee5059d31d0fe84 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 22 Nov 2023 11:27:28 +0300 Subject: [PATCH] Alias x to hx --- machines/enka/helix/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/machines/enka/helix/default.nix b/machines/enka/helix/default.nix index 25265db..27fcdf6 100644 --- a/machines/enka/helix/default.nix +++ b/machines/enka/helix/default.nix @@ -2,6 +2,7 @@ (homeConfiguration [ "nixos" "root" ] { programs.nushell.environmentVariables.EDITOR = "hx"; + programs.nushell.shellAliases.x = "hx"; programs.helix = enabled { settings.theme = "gruvbox_dark_hard";