From 0ec7b7bf4387f71a30d7e5288401ed297b43d5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 29 Apr 2024 11:35:57 -0300 Subject: [PATCH] switch: don't show git diff pager --- switch | 2 +- switch-phantom | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/switch b/switch index 67c08e7..65782ae 100755 --- a/switch +++ b/switch @@ -2,7 +2,7 @@ nix fmt -git diff +git --no-pager diff sudo nice ionice \ nixos-rebuild \ diff --git a/switch-phantom b/switch-phantom index c824b0c..0449f75 100755 --- a/switch-phantom +++ b/switch-phantom @@ -2,7 +2,7 @@ nix fmt -git diff +git --no-pager diff nixos-rebuild switch --flake .#phantom \ --update-input nixpkgs \