bash alias

This commit is contained in:
thek4n 2024-03-19 14:41:11 +03:00
parent de00dd3107
commit 072766cee8

View File

@ -67,6 +67,7 @@ alias wget='wget -c'
alias myip='curl ipinfo.io/ip' alias myip='curl ipinfo.io/ip'
alias sprunge='curl -F "sprunge=<-" http://sprunge.us 2>/dev/null' # CLI pastebin alias sprunge='curl -F "sprunge=<-" http://sprunge.us 2>/dev/null' # CLI pastebin
alias weather='(curl -4 wttr.in/$(cat) 2>/dev/null | head -n -1) <<<' alias weather='(curl -4 wttr.in/$(cat) 2>/dev/null | head -n -1) <<<'
alias ip='ip -c'
# starts web server # starts web server
alias www='python3 -m http.server 8080' alias www='python3 -m http.server 8080'