addet linutil alias

This commit is contained in:
pika 2024-08-16 16:03:42 +02:00
parent 5d5faff131
commit d2ccb46987

View file

@ -209,6 +209,9 @@ _cli_qol_() {
alias grep="grep --color=always" alias grep="grep --color=always"
fi fi
# ─< linutil >────────────────────────────────────────────────────────────────────────────
alias linutil="curl -fsSL https://christitus.com/linux | sh"
# ─< telnet (starwars) >──────────────────────────────────────────────────────────────────── # ─< telnet (starwars) >────────────────────────────────────────────────────────────────────
if command_exists telnet; then if command_exists telnet; then
alias starwars="telnet -a telehack.com" alias starwars="telnet -a telehack.com"