mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-02-26 02:32:03 +01:00
fix(bash): ls almost-all directory content with ll (#113)
Reviewed-on: https://codeberg.org/vlw/dotfiles/pulls/113
This commit is contained in:
parent
8352c8d9cb
commit
c4a1943f84
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ ll () {
|
||||||
return 1
|
return 1
|
||||||
fi
|
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
|
# 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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue