From 0da271937b67e86e31c1323ce0ca6d4393f91473 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Sun, 11 Aug 2024 00:36:17 +0200 Subject: [PATCH] match bls output to eza/lsd --- zsh/env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/env b/zsh/env index fa8940f..43e4bb7 100644 --- a/zsh/env +++ b/zsh/env @@ -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 #