mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 10:59:57 +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
|
if [[ $platform == 'Linux' ]]; then
|
||||||
alias bls='pwd; ls -lahp --color=auto --group-directories-first'
|
alias bls='pwd; ls -lahp --color=auto --group-directories-first'
|
||||||
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 --color-scale --time-style=long-iso'
|
||||||
elif [[ $platform == 'macOS' ]]; then
|
elif [[ $platform == 'macOS' ]]; then
|
||||||
alias bls='pwd; /bin/ls -lahGp'
|
alias bls='pwd; /bin/ls -lahGp'
|
||||||
fi
|
fi
|
Loading…
Reference in New Issue
Block a user