From b3313de5f0318a4e307ee46891841366ac9049f6 Mon Sep 17 00:00:00 2001 From: bacba Date: Sat, 1 Jul 2023 11:29:53 +0200 Subject: [PATCH] Update .bashrc welep --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 1b617d8..7e4e758 100644 --- a/.bashrc +++ b/.bashrc @@ -118,7 +118,7 @@ printf "\n" printf " %s\n" "DATE: $(date)" printf " %s\n" "UPTIME: $(uptime -p)" #printf " %s\n" "HOSTNAME: $(hostname -f)" -printf " %s\n" "KERNEL: $(uname -rms)" +#printf " %s\n" "KERNEL: $(uname -rms)" #printf " %s\n" "RESOLUTION: $(xrandr | awk '/\*/{printf $1" "}')" printf " %s\n" "MEMORY: $(free -m -h | awk '/Mem/{print $3"/"$2}')" printf "\n"