mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-09 12:44:50 +01:00
Add more eza options
This commit is contained in:
parent
eba6582e9e
commit
da308fa019
2
zsh/env
2
zsh/env
@ -105,7 +105,7 @@ fi
|
||||
if [[ $platform == 'Linux' ]]; then
|
||||
alias bls='pwd; ls -lahp --color=auto --group-directories-first'
|
||||
elif [[ $platform == 'macOS' && -x $(which gls) ]]; then
|
||||
alias bls='pwd; gls -lahpG --group-directories-first'
|
||||
alias bls='pwd; gls -lahpG --group-directories-first --color-scale --time-style=long-iso'
|
||||
elif [[ $platform == 'macOS' ]]; then
|
||||
alias bls='pwd; /bin/ls -lahGp'
|
||||
fi
|
Loading…
Reference in New Issue
Block a user