更新 src/alias.txt
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user