diff --git a/home-manager/shell.nix b/home-manager/shell.nix index 436ca24..8a83504 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 != linux)) && exec fastfetch &) autoload -Uz compinit compinit -C