From f80ae24a934ee10bf981b4f3cddd4c1948c3345e Mon Sep 17 00:00:00 2001 From: ivaquero Date: Sat, 5 Oct 2024 09:09:35 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=90=9B=20fix=20wrong=20alias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- defaults.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults.ps1 b/defaults.ps1 index f465c5e0..dabaa537 100755 --- a/defaults.ps1 +++ b/defaults.ps1 @@ -167,7 +167,8 @@ function rr { rm -rf $args } function c { clear } # tools -function man { tdtlrc $args } +Remove-Item alias:man -Force -ErrorAction SilentlyContinue +function man { tldr $args } function hf { hyperfine $args } # oxidizer