From 054256f0d40978de3da65b2cf7568ad4bed61a0e Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 21 Aug 2023 11:45:03 -0400 Subject: [PATCH] global/shell: add ucd alias --- modules/global/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/global/shell.nix b/modules/global/shell.nix index 86c87c3..c836dcf 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -37,6 +37,7 @@ in # git g = "git"; gcd = "cd $(git root || echo \".\")"; + ucd = "cd $(uni cd || echo \".\")"; # grep grep = "rg";