From da308fa0198949827224b649872d29f48b8bb6ea Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sun, 11 Aug 2024 20:35:52 +0200 Subject: [PATCH] Add more eza options --- zsh/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/env b/zsh/env index b033156..41c65fe 100644 --- a/zsh/env +++ b/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 \ No newline at end of file