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 = [
|
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" ];
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
grc
|
|
||||||
dust
|
dust
|
||||||
jless
|
jless
|
||||||
procs
|
procs
|
||||||
|
|
Loading…
Reference in a new issue