From 223bff63157618d7c7254514e3ff5e0086c4f64b Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 7 Jan 2025 21:57:21 +0100 Subject: [PATCH] fish: remove grc --- home/common/fish.nix | 10 ---------- home/common/utils.nix | 1 - 2 files changed, 11 deletions(-) diff --git a/home/common/fish.nix b/home/common/fish.nix index 9fd7a43..03cf86f 100644 --- a/home/common/fish.nix +++ b/home/common/fish.nix @@ -5,10 +5,6 @@ plugins = [ - { - name = "grc"; - src = pkgs.fishPlugins.grc.src; - } { name = "transient"; src = pkgs.fishPlugins.transient-fish.src; @@ -43,12 +39,6 @@ body = ''confirm "⚠ Really shutdown $(hostname)?" && command shutdown $argv''; }; - kubectl = { - description = "Wraps kubectl in grc"; - wraps = "kubectl"; - body = "grc.wrap kubectl $argv"; - }; - e = { description = "Open a file in already running nvim"; argumentNames = [ "file" ]; diff --git a/home/common/utils.nix b/home/common/utils.nix index a8284c1..d2d07a4 100644 --- a/home/common/utils.nix +++ b/home/common/utils.nix @@ -1,7 +1,6 @@ { pkgs, ... }: { home.packages = with pkgs; [ - grc dust jless procs