summaryrefslogtreecommitdiff
path: root/artix/home/.config/zsh
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2026-05-27 08:54:57 +0200
committerNantha Sorubakanthan <nantha@mielota.com>2026-05-27 08:54:57 +0200
commit0d82b5747f82d5963d1c937f21f294b526f91245 (patch)
treef9e3f478cdc43854eef3c482e59d990568947077 /artix/home/.config/zsh
parent1a7a5090b84d9eb8ff6a4f5dc0c833d4b9e717b0 (diff)
small updateHEADmain
Diffstat (limited to 'artix/home/.config/zsh')
-rw-r--r--artix/home/.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
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"