From c6add1c4e6586debf4d900dc904293444eaf86a3 Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:29:30 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99031ac..2b0fe21 100644 --- a/README.md +++ b/README.md @@ -1080,7 +1080,7 @@ stty raw -echo opost; fg export SHELL=/bin/bash export TERM=xterm-256color reset -stty rows 24 columns 180 +stty rows 24 columns 120 # Pimp up your prompt PS1='{THC} USERS=$(who | wc -l) LOAD=$(cut -f1 -d" " /proc/loadavg) PS=$(ps -e --no-headers|wc -l) \[\e[36m\]\u\[\e[m\]@\[\e[32m\]\h:\[\e[33;1m\]\w \[\e[0;31m\]\$\[\e[m\] ' ```