Update README.md

This commit is contained in:
skyper
2024-09-18 20:15:50 +01:00
committed by GitHub
parent c6feee93f3
commit b46b5eaec6
+4 -1
View File
@@ -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: