fish: remove grc

This commit is contained in:
Daniel Lundin 2025-01-07 21:57:21 +01:00
parent 7a2d1a7e4e
commit 223bff6315
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 0 additions and 11 deletions

View file

@ -5,10 +5,6 @@
plugins = [ plugins = [
{
name = "grc";
src = pkgs.fishPlugins.grc.src;
}
{ {
name = "transient"; name = "transient";
src = pkgs.fishPlugins.transient-fish.src; src = pkgs.fishPlugins.transient-fish.src;
@ -43,12 +39,6 @@
body = ''confirm " Really shutdown $(hostname)?" && command shutdown $argv''; body = ''confirm " Really shutdown $(hostname)?" && command shutdown $argv'';
}; };
kubectl = {
description = "Wraps kubectl in grc";
wraps = "kubectl";
body = "grc.wrap kubectl $argv";
};
e = { e = {
description = "Open a file in already running nvim"; description = "Open a file in already running nvim";
argumentNames = [ "file" ]; argumentNames = [ "file" ];

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
grc
dust dust
jless jless
procs procs