From 2d93bfea069b90938fae76f5733b7bc6f2621698 Mon Sep 17 00:00:00 2001 From: rakete Date: Sun, 13 Feb 2022 18:00:16 +0100 Subject: [PATCH] Add motd --- .config/zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 5a2c4353..86b8ea6f 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -28,10 +28,11 @@ bindkey -M menuselect 'l' vi-forward-char bindkey -M menuselect 'j' vi-down-line-or-history bindkey -v '^?' backward-delete-char - plugins=(git colored-man-pages) source $ZSH/oh-my-zsh.sh +motdmaker && cat ~/.cache/motd + # Load syntax highlighting; should be last. source /usr/share/zsh/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null