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