Update dotfiles/.bashrc
This commit is contained in:
parent
2c1e2a1da9
commit
2983a47753
1 changed files with 3 additions and 1 deletions
|
@ -249,7 +249,9 @@ if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ]; then
|
||||||
elif type qubes-vmexec &>/dev/null; then
|
elif type qubes-vmexec &>/dev/null; then
|
||||||
bash_motd --banner --memory --diskspace --docker --updates
|
bash_motd --banner --memory --diskspace --docker --updates
|
||||||
elif type qubes-dom0-update &>/dev/null; then
|
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
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue