From 69612e5e1cd8855366a08430914e127e667bc304 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 15 Jan 2025 13:53:33 -0600 Subject: [PATCH] Alias for `zeditor .` --- home/modules/baseline/xonsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/baseline/xonsh.nix b/home/modules/baseline/xonsh.nix index bf98f36..bb7865c 100644 --- a/home/modules/baseline/xonsh.nix +++ b/home/modules/baseline/xonsh.nix @@ -62,6 +62,7 @@ gh-personal = "$GH_CONFIG_DIR=\"${config.home.homeDirectory}/.config/gh/personal\" gh"; ls = "ls --color"; ll = "ls -l --color"; + z = "zeditor ."; # Tailscale related ones tsup = "sudo tailscale up";