From 095bb2ec7d37cb3187325b4c190bd2c8f5616d71 Mon Sep 17 00:00:00 2001 From: adminroot Date: Fri, 3 Jul 2026 20:39:34 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/alias.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/alias.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/alias.txt b/src/alias.txt index 4c2c46c..5307f00 100644 --- a/src/alias.txt +++ b/src/alias.txt @@ -304,7 +304,6 @@ lst() { dir="${1:-.}" find "$dir" -type f | rev | cut -d"." -f1 | rev | sort | uniq -c } - lsd() { du -h --max-depth=1 $1 | sort -h }