refactor: rename $user to user-config and tasks.md to tasks

This commit is contained in:
2026-06-13 03:18:54 +08:00
parent 9a2fb947da
commit 714da10139
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# 文件类型颜色
file-type:
directory:
foreground: cyan
bold: true
symlink:
foreground: magenta
italic: true
executable:
foreground: green
bold: true
socket:
foreground: red
pipe:
foreground: yellow
block-device:
foreground: red
char-device:
foreground: yellow
# 文件扩展名颜色(覆盖文件类型颜色)
extensions:
rs:
foreground: white
bold: true
py:
foreground: yellow
js:
foreground: green
md:
foreground: cyan
italic: true