From 2983a477535c8e67e8961435f68c1a709b60d497 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 28 Oct 2022 09:00:22 +0000 Subject: [PATCH] Update dotfiles/.bashrc --- dotfiles/.bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 028f9d7c..fe2c5243 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -249,7 +249,9 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then elif type qubes-vmexec &>/dev/null; then bash_motd --banner --memory --diskspace --docker --updates elif type qubes-dom0-update &>/dev/null; then - bash_motd --processor --updates --login + bash_motd --banner --memory --updates --login + else + bash_motd --banner --processor --memory --diskspace --services --docker --updates --letsencrypt --login fi fi fi