From 675e7e47de5f75c1cb96ca9cbb0db3c5fa95c652 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 15 Jun 2024 13:45:27 -0400 Subject: [PATCH] phone: Don't show errors on unknown shell commands --- phone/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/phone/configuration.nix b/phone/configuration.nix index f0ad0f3d..6e39b3d9 100644 --- a/phone/configuration.nix +++ b/phone/configuration.nix @@ -54,6 +54,7 @@ in fish.enable = true; neovim.enable = true; calls.enable = true; + command-not-found.enable = false; }; networking = {