From 06843c4f2cb2da249dac284d4dc1e9646ab204d3 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Fri, 29 May 2020 12:30:20 +0300 Subject: [PATCH] feat: modified the git-render alias --- modules/applications/shells/aliases.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/applications/shells/aliases.nix b/modules/applications/shells/aliases.nix index b65bc9b..548405d 100644 --- a/modules/applications/shells/aliases.nix +++ b/modules/applications/shells/aliases.nix @@ -3,5 +3,5 @@ sl = "sl -e"; # Render git repo using gource - "git render" = "gource -f -s 1 -c 4 --key"; + "git-render" = "gource -f -s 1 -c 4 --key"; }