diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-27 08:54:57 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-05-27 08:54:57 +0200 |
| commit | 0d82b5747f82d5963d1c937f21f294b526f91245 (patch) | |
| tree | f9e3f478cdc43854eef3c482e59d990568947077 /artix/home/.config/zsh/.zshrc | |
| parent | 1a7a5090b84d9eb8ff6a4f5dc0c833d4b9e717b0 (diff) | |
Diffstat (limited to 'artix/home/.config/zsh/.zshrc')
| -rw-r--r-- | artix/home/.config/zsh/.zshrc | 2 |
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" |
