From 68f0195c48c3c09e8acd7921d7b383f5152fe618 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Fri, 23 Feb 2024 23:21:47 +0100 Subject: [PATCH] remove shell alias --- modules/home/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index a54ac1f..745f19e 100644 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -60,7 +60,7 @@ gcoe = "git config user.email"; gcon = "git config user.name"; - g = "lazygit"; + # g = "lazygit"; # python piv = "python -m venv .venv";