From 12f9dd4cf4d72be44f5c9b1b00ccc15a27d2f12a Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sat, 23 Mar 2019 01:35:45 +0100 Subject: [PATCH] zshrc: lsd fix --- etc/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 28b5948..4996ce0 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -2,7 +2,7 @@ bindkey -e # emacs mode which lsd > /dev/null if [[ $? -eq 0 ]]; then - alias ls="lsd --group-dirs first" + alias ls="lsd --group-dirs=first" alias l="ls --long" alias ll="l --all" else