From 479419c33c08c91b63e0acecda4352ef09da4007 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 22 Dec 2024 14:42:32 -0600 Subject: [PATCH] formatting fixes --- home/modules/tui/extras/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/tui/extras/default.nix b/home/modules/tui/extras/default.nix index 90c49d1..8a8ac5f 100644 --- a/home/modules/tui/extras/default.nix +++ b/home/modules/tui/extras/default.nix @@ -17,7 +17,7 @@ ]; programs.fish = { - shellAbbrs = rec { k = "kubectl"; }; + shellAbbrs = { k = "kubectl"; }; functions = { nugo = "hugo new content/posts/$argv/index.md"; }; };