eza: Removed "-F" parameter
This commit is contained in:
parent
ec7fde43ea
commit
044be40d3a
1 changed files with 1 additions and 1 deletions
2
eza.zsh
2
eza.zsh
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
# shellcheck disable=all
|
# shellcheck disable=all
|
||||||
|
|
||||||
alias eza='eza -FHhg@ --git --binary --time-style long-iso'
|
alias eza='eza -Hhg@ --git --binary --time-style long-iso'
|
||||||
alias ezal='eza -l'
|
alias ezal='eza -l'
|
||||||
function ezat() {
|
function ezat() {
|
||||||
[[ "$1" != <-> ]] && { echo "Usage: ezat <depth> [path]"; exit 1 };
|
[[ "$1" != <-> ]] && { echo "Usage: ezat <depth> [path]"; exit 1 };
|
||||||
|
|
Loading…
Reference in a new issue