fix(bash): ls almost-all directory content with ll

This commit is contained in:
Victor Westerlund 2026-02-08 10:13:19 +01:00
parent 8352c8d9cb
commit 3f88843f3f
Signed by: vlw
GPG key ID: D0AD730E1057DFC6

View file

@ -83,7 +83,7 @@ ll () {
return 1
fi
ls -lah $target
ls -lAh $target
}
# Edit the contents of a file or list the contents of a directory (piped to less, with hidden files shown) if that file is not found