initial commit

This commit is contained in:
gin
2026-05-13 14:17:03 +08:00
commit b17dec8e44
10 changed files with 169 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
alias ls="ls --color=auto"
alias ll="ls -l"
alias grep="grep --color=auto"