addet check_fisher function with auto setup and addet linutil command alias

This commit is contained in:
pika 2024-08-05 22:14:56 +02:00
parent 79473ef90f
commit 06593e35ea
2 changed files with 7 additions and 2 deletions

View file

@ -59,6 +59,9 @@ end
# ─< weather >──────────────────────────────────────────────────────────────────────────────
alias www="curl wttr.in/Ulm"
# ─< linutil >────────────────────────────────────────────────────────────────────────────
alias linutil="curl -fsSL https://christitus.com/linux | sh"
# ─< telnet (starwars) >────────────────────────────────────────────────────────────────────
if command -v telnet >/dev/null 2>&1
alias starwars="telnet -a telehack.com"