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

Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/113
This commit is contained in:
Victor Westerlund 2026-02-08 10:15:00 +01:00
parent 8352c8d9cb
commit c4a1943f84

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