match bls output to eza/lsd

This commit is contained in:
Jan Jastrow 2024-08-11 00:36:17 +02:00
parent 9fd7c99e85
commit 0da271937b

View File

@ -30,7 +30,7 @@ if [[ $platform == 'Linux' ]]; then
elif [[ $platform == 'macOS' && -x $(which gls) ]]; then
alias bls='pwd; gls -lahpG --group-directories-first'
elif [[ $platform == 'macOS' ]]; then
alias bls='/bin/ls -lahG'
alias bls='pwd; /bin/ls -lahGp'
fi
#