From 0d82b5747f82d5963d1c937f21f294b526f91245 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Wed, 27 May 2026 08:54:57 +0200 Subject: small update --- artix/home/.config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'artix/home/.config/zsh/.zshrc') diff --git a/artix/home/.config/zsh/.zshrc b/artix/home/.config/zsh/.zshrc index 56852cc..d56aa2c 100644 --- a/artix/home/.config/zsh/.zshrc +++ b/artix/home/.config/zsh/.zshrc @@ -2,7 +2,7 @@ [ -d $XDG_STATE_HOME/zsh ] || mkdir $XDG_STATE_HOME/zsh alias grep="grep --color=auto" -alias ls="ls -a --color=auto --group-directories-first" +alias ls="ls -lha --color=auto --group-directories-first" alias mkdir="mkdir -v" alias ln="ln -v" alias rm="rm -v" -- cgit v1.2.3