From 689b8ef07346293308254283ad2086448b277ecd Mon Sep 17 00:00:00 2001 From: Lan Quil Date: Tue, 25 Jun 2024 08:36:37 +0200 Subject: [PATCH] chore: remove art and title from onefetch --- devenv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenv.nix b/devenv.nix index e803522..6b59a23 100644 --- a/devenv.nix +++ b/devenv.nix @@ -33,6 +33,6 @@ }; enterShell = '' - onefetch --no-color-palette + onefetch --no-color-palette --no-art --no-title ''; }