Updated banner and comments
This commit is contained in:
parent
aadd6b9705
commit
51a5e84bdf
6
.aliases
6
.aliases
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
## DOWNLOADED FROM GIT REPO
|
||||
## DOWNLOADED FROM https://git.ncltech.co.uk/phil/.dotfiles
|
||||
|
||||
# My Alias
|
||||
|
||||
@ -475,7 +475,11 @@ abuseipdb_api_key="$HOME/.api/.abuseipdb_api_key"
|
||||
-H "Key: $api_key" \
|
||||
-H "Accept: application/json" | jq
|
||||
}
|
||||
|
||||
## Pi Temp
|
||||
alias temp="vcgencmd measure_temp"
|
||||
|
||||
|
||||
## Display all commands in this Alias file
|
||||
alias my-alias="cat ~/.aliases | grep -oP 'alias\s\K[^=]+' | sort -n"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user