mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-21 18:19:56 +01:00
match bls output to eza/lsd
This commit is contained in:
parent
9fd7c99e85
commit
0da271937b
2
zsh/env
2
zsh/env
@ -30,7 +30,7 @@ if [[ $platform == 'Linux' ]]; then
|
|||||||
elif [[ $platform == 'macOS' && -x $(which gls) ]]; then
|
elif [[ $platform == 'macOS' && -x $(which gls) ]]; then
|
||||||
alias bls='pwd; gls -lahpG --group-directories-first'
|
alias bls='pwd; gls -lahpG --group-directories-first'
|
||||||
elif [[ $platform == 'macOS' ]]; then
|
elif [[ $platform == 'macOS' ]]; then
|
||||||
alias bls='/bin/ls -lahG'
|
alias bls='pwd; /bin/ls -lahGp'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user