From b46b5eaec6ddf86f73fb23835e3f454af1ac8e8f Mon Sep 17 00:00:00 2001 From: skyper <5938498+SkyperTHC@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:15:50 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e342b4c..a183c2d 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ source <(surl https://raw.githubusercontent.com/hackerschoice/hackshell/main/hac # Afterwards type `bin curl` to (temporarily) install curl (in memory). ``` -It does much more but most importantly this: +HackShell does much more but most importantly this: ```sh unset HISTFILE [ -n "$BASH" ] && export HISTFILE="/dev/null" @@ -158,6 +158,9 @@ alias wget='wget --no-hsts' alias vi="vi -i NONE" alias vim="vim -i NONE" alias screen="screen -ln" + +reset -I +resize &>/dev/null || stty -echo;printf "\033[18t";read -t5 -rdt R;stty sane $(echo "${R:-8;80;25}"|awk -F";" '{ printf "rows "$3" cols "$2; }') ``` Bonus tip: