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: