📝 Changed ipaddr alias to return more info
This commit is contained in:
parent
8d99b9f3a0
commit
5cff39a4ed
1 changed files with 1 additions and 1 deletions
2
aliases
2
aliases
|
|
@ -178,7 +178,7 @@ alias curltime="curl -w \"@$HOME/Documents/notes/curl-format.txt\" -o /dev/null
|
||||||
alias inxi-w="inxi --weather-location 90004"
|
alias inxi-w="inxi --weather-location 90004"
|
||||||
alias forecast="curl -s 'http://wttr.in/losangeles'"
|
alias forecast="curl -s 'http://wttr.in/losangeles'"
|
||||||
alias pf="pfetch"
|
alias pf="pfetch"
|
||||||
alias ipaddr="curl ifconfig.me ; echo ''"
|
alias ipaddr="curl ifconfig.me/all.json | jq ; echo ''"
|
||||||
alias hwclock="doas hwclock"
|
alias hwclock="doas hwclock"
|
||||||
alias killport="fuser -k"
|
alias killport="fuser -k"
|
||||||
alias kill9="killall -9" # kills process by name, e.g. kill9 cmus
|
alias kill9="killall -9" # kills process by name, e.g. kill9 cmus
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue