chore(zsh): don't show the ASCII logo

This commit is contained in:
Oliver Davies 2023-08-22 23:05:30 +01:00
parent e53561fb85
commit 51fbde6ae4

View file

@ -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"