fish: remove grc
This commit is contained in:
parent
7a2d1a7e4e
commit
223bff6315
2 changed files with 0 additions and 11 deletions
|
@ -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" ];
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
grc
|
||||
dust
|
||||
jless
|
||||
procs
|
||||
|
|
Loading…
Reference in a new issue