mirror of
https://github.com/hackerschoice/thc-tips-tricks-hacks-cheat-sheet.git
synced 2026-05-23 16:09:42 +02:00
Update README.md
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user