From 202e5c3e77f00a8cf958b08692355fb275583c50 Mon Sep 17 00:00:00 2001 From: V1NR-4LF4KYN Date: Mon, 7 Jun 2021 13:11:08 +0200 Subject: [PATCH] Update .bashrc. Modernize commands --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index e4be956..3fb8512 100644 --- a/.bashrc +++ b/.bashrc @@ -28,7 +28,7 @@ echo -ne "Good Morning, $NICKNAME! It's "; date '+%A, %B %-d %Y' echo -e "And now your moment of Zen:"; fortune echo echo "Hardware Information:" -sensors # Needs: 'sudo apt-get install lm-sensors' -uptime # Needs: 'sudo apt-get install lsscsi' -lsscsi +sensors # Needs: 'sudo apt install lm-sensors' +uptime # included in every linux distro nowadays +lsscsi # needs 'sudo apt install lsscsi' free -m