From 31c621dd633f13827215dcef38225a0e8d91e58f Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 12 Sep 2024 19:14:46 +0200 Subject: [PATCH] fixed linutil-dev alias --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 948354c..2b7f915 100644 --- a/.zshrc +++ b/.zshrc @@ -128,7 +128,7 @@ _alias(){ # ─< linutil >──────────────────────────────────────────────────────────────────────────── alias linutil="curl -fsSL https://christitus.com/linux | sh" - alias linutil-dev="curl -fsSL https://christitus.com/linuxdev | sh" + alias "linutil-dev"="curl -fsSL https://christitus.com/linuxdev | sh" # ─< telnet (starwars) >──────────────────────────────────────────────────────────────────── if command_exists telnet; then