diff --git a/.bash_aliases b/.bash_aliases index d43b3da..3fdaf43 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -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