From d2ccb469876f93a4165481ef72840ad9f382bdbf Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 16 Aug 2024 16:03:42 +0200 Subject: [PATCH] addet linutil alias --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) 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"