From 028e3e9e84acc88e465f7d72bf1ef9c223f8ea9a Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 22 May 2023 01:40:58 -0400 Subject: [PATCH] tweak(global/shell): alias erdtree to et --- modules/global/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/global/shell.nix b/modules/global/shell.nix index 40ed103..abcfc46 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -29,6 +29,9 @@ in llg = "ll --git-ignore"; llgt = "llt --git-ignore"; + # erdtree + et = "erd"; + # git g = "git";