更新 src/alias.txt

This commit is contained in:
2026-07-03 20:39:34 +00:00
parent 1d56aebd9e
commit 095bb2ec7d
-1
View File
@@ -304,7 +304,6 @@ lst() {
dir="${1:-.}" dir="${1:-.}"
find "$dir" -type f | rev | cut -d"." -f1 | rev | sort | uniq -c find "$dir" -type f | rev | cut -d"." -f1 | rev | sort | uniq -c
} }
lsd() { lsd() {
du -h --max-depth=1 $1 | sort -h du -h --max-depth=1 $1 | sort -h
} }