From 51fbde6ae4aac3bd12b168365a76a39349c2100e Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 22 Aug 2023 23:05:30 +0100
Subject: [PATCH] chore(zsh): don't show the ASCII logo

---
 system/shared/home-manager.nix | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/system/shared/home-manager.nix b/system/shared/home-manager.nix
index fce5bda3..eb2503a8 100644
--- a/system/shared/home-manager.nix
+++ b/system/shared/home-manager.nix
@@ -218,9 +218,6 @@ in
     dotDir = ".config/zsh";
 
     initExtra = ''
-      # Show the logo at the start of each prompt.
-      cat ~/logo.txt
-
       # Plugins
       source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/git/git.plugin.zsh"
       source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/vi-mode/vi-mode.plugin.zsh"