umstrukturiert

This commit is contained in:
Christopher Beckmann
2023-05-26 17:00:58 +02:00
parent 1b227a5892
commit 4f35a25c10
16 changed files with 10 additions and 23 deletions

7
.config/sh/util.rc Normal file
View File

@@ -0,0 +1,7 @@
if command -v bat &> /dev/null; then
alias myip="curl https://ipinfo.io/json 2> /dev/null | bat -l JSON --file-name=https://ipinfo.io/json -p --paging=never"
else
alias myip="curl https://ipinfo.io/json 2> /dev/null"
fi
alias ip='ip -c'