chore(zsh): don't show the ASCII logo
This commit is contained in:
parent
e53561fb85
commit
51fbde6ae4
|
@ -218,9 +218,6 @@ in
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
# Show the logo at the start of each prompt.
|
|
||||||
cat ~/logo.txt
|
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/git/git.plugin.zsh"
|
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"
|
source "''${ZPLUG_REPOS}/robbyrussell/oh-my-zsh/plugins/vi-mode/vi-mode.plugin.zsh"
|
||||||
|
|
Loading…
Reference in a new issue