From 52f547ddf458ee97f2f815c006c330c5a613f4a1 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sun, 10 Apr 2022 16:33:33 -0400 Subject: [PATCH] tig-- --- home/git.nix | 2 +- home/shellcommon.nix | 2 +- hosts/darwin.nix | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/home/git.nix b/home/git.nix index 20f969f..02a2663 100644 --- a/home/git.nix +++ b/home/git.nix @@ -1,6 +1,6 @@ { pkgs, ... }: { - home.packages = [ pkgs.tig ]; + home.packages = [ pkgs.lazygit ]; programs.git = { package = pkgs.gitAndTools.gitFull; enable = true; diff --git a/home/shellcommon.nix b/home/shellcommon.nix index 2158d30..80983dc 100644 --- a/home/shellcommon.nix +++ b/home/shellcommon.nix @@ -2,7 +2,7 @@ { shellAliases = { g = "${pkgs.git}/bin/git"; - t = "${pkgs.tig}/bin/tig"; + lg = "${pkgs.lazygit}/bin/lazygit"; l = "${pkgs.exa}/bin/exa"; ll = "${pkgs.exa}/bin/exa -l"; ls = "l"; diff --git a/hosts/darwin.nix b/hosts/darwin.nix index 42739c0..5f3832a 100644 --- a/hosts/darwin.nix +++ b/hosts/darwin.nix @@ -8,7 +8,6 @@ aria2 ripgrep sd - tig pass pandoc