Added zsh

This commit is contained in:
2024-08-14 05:16:56 +02:00
parent bf889d9e09
commit cf2e7cf9e5
5 changed files with 59 additions and 0 deletions

View File

@ -0,0 +1,2 @@
alias ls="ls --color --group-directories-first"
alias l="ls -l --almost-all --human-readable"