Updated banner and comments

This commit is contained in:
Phil 2024-08-24 10:34:34 +01:00
parent aadd6b9705
commit 51a5e84bdf

View File

@ -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"