Update dotfiles/.bashrc
This commit is contained in:
parent
1d70642479
commit
cd82d016d7
1 changed files with 2 additions and 2 deletions
|
@ -249,9 +249,9 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then
|
|||
if [ -n "$SSH_CONNECTION" ]; then
|
||||
bash_motd --banner --processor --memory --diskspace --services --docker --updates --letsencrypt --login
|
||||
elif type qubes-vmexec &>/dev/null; then
|
||||
bash_motd --banner --memory --diskspace --docker --updates
|
||||
bash_motd --banner --memory --diskspace --docker
|
||||
elif type qubes-dom0-update &>/dev/null; then
|
||||
bash_motd --banner --memory --updates --login
|
||||
bash_motd --banner --updates
|
||||
else
|
||||
bash_motd --banner --processor --memory --diskspace --services --docker --updates --letsencrypt --login
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue