From 848326eb3ae8ca577c4b35e864dfdda3844ca7c7 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Tue, 9 Feb 2021 20:15:22 +0100 Subject: [PATCH] changed neofetch to colourfull cowsay --- bash/.bashrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index 2391f9b..0278343 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -85,9 +85,13 @@ alias cubemx='/usr/local/STMicroelectronics/STM32Cube/STM32CubeMX/STM32CubeMX' set -o vi # >>> neofetch >>> -neofetch +#neofetch # <<< neofetch <<< +# >>> cowsay >>> +fortune | cowsay | lolcat +# <<< cowsay <<< + # >>> powerline >>> function _update_ps1() { PS1=$(powerline-shell $?)