From 3beb37ffac50898ae4f2f2060d3e43eb6e5edd54 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 16 Mar 2023 11:53:26 -0400 Subject: [PATCH] fix(global/shell): gitignore -> git-ignore --- modules/global/shell.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/global/shell.nix b/modules/global/shell.nix index e51e1ac..51078ba 100644 --- a/modules/global/shell.nix +++ b/modules/global/shell.nix @@ -16,13 +16,13 @@ in l = "la --all"; lt = "l --tree"; le = "l --extended"; - lg = "l --gitignore"; - lgt = "lt --gitignore"; + lg = "l --git-ignore"; + lgt = "lt --git-ignore"; ll = "ls --long --all --group --icons"; llt = "ll --tree"; lle = "ll --extended"; - llg = "ll --gitignore"; - llgt = "llt --gitignore"; + llg = "ll --git-ignore"; + llgt = "llt --git-ignore"; # git g = "git";