From bade159d4eb21bc8c04664e61cbd8438d03de748 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 3 Jul 2025 11:12:57 +0530 Subject: Zsh alias change --- modules/git.home.nix | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'modules/git.home.nix') diff --git a/modules/git.home.nix b/modules/git.home.nix index 963abb4..e1ba8c9 100644 --- a/modules/git.home.nix +++ b/modules/git.home.nix @@ -5,7 +5,7 @@ extensions = with pkgs; [ gh-copilot gh-poi - gh-dash + # gh-dash gh-notify ]; settings = { @@ -17,28 +17,28 @@ }; }; - programs.gh-dash = { - enable = true; - settings = { - defaults = { - preview = { - open = true; - width = 80; - }; - }; - pager = { diff = "delta"; }; - keybindings = { - prs = [ - { key = "m"; command = "echo accident"; } - { key = "x"; command = "echo accident"; } - { key = "a"; command = "echo accident"; } - { key = "A"; command = "echo accident"; } - { key = "W"; command = "echo accident"; } - { key = "X"; command = "echo accident"; } - ]; - }; - }; - }; + # programs.gh-dash = { + # enable = true; + # settings = { + # defaults = { + # preview = { + # open = true; + # width = 80; + # }; + # }; + # pager = { diff = "delta"; }; + # keybindings = { + # prs = [ + # { key = "m"; command = "echo accident"; } + # { key = "x"; command = "echo accident"; } + # { key = "a"; command = "echo accident"; } + # { key = "A"; command = "echo accident"; } + # { key = "W"; command = "echo accident"; } + # { key = "X"; command = "echo accident"; } + # ]; + # }; + # }; + # }; programs.git = { enable = true; -- cgit v1.3.1