From 9bc1aff5d8738398e8c8828bb6c8f2d18cf7ec8c Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Fri, 23 Aug 2024 23:06:12 +0200 Subject: [PATCH] fastfetch in new terminals --- home-manager/shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/shell.nix b/home-manager/shell.nix index 436ca24..4aa784a 100644 --- a/home-manager/shell.nix +++ b/home-manager/shell.nix @@ -20,6 +20,7 @@ export PATH="${common.homeDir}/bin:$PATH" ''; initExtra = '' + (((COLUMNS >= 120 && LINES >= 40 && TERM_PROGRAM == WezTerm)) && exec fastfetch &) autoload -Uz compinit compinit -C