From 102cbb7e248b9dd08c985bdcb43cf39c4013b6b6 Mon Sep 17 00:00:00 2001 From: Luna Komorebi Date: Sat, 8 Apr 2023 13:28:33 +0200 Subject: [PATCH] chore: Refactor installation process in install.zsh - Remove debug and unnecessary commands from `install.zsh` - Improve output of `install` function in `install.zsh` - Other minor changes in various files --- install.zsh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.zsh b/install.zsh index e77d948..ee94c8d 100755 --- a/install.zsh +++ b/install.zsh @@ -1,8 +1,6 @@ #!/usr/bin/env zsh # env, because some OSes keep zsh in /bin (I'm looking at you, Alpine) -echo $LAPTOP -exit install() { # screw you coreutils install and your ugly messages command install -Dv $@ | grep -v removed