diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-10 23:32:17 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-10 23:32:17 +0800 |
| commit | 5361e279c0445722646b9db16dc7c969190ef8df (patch) | |
| tree | f7103eab1507c24fc156bbf38e330a1a90e3f2f8 | |
| parent | f6fd6922401b6b99182cc619a50268e01bd312c7 (diff) | |
Change to eza
| -rw-r--r-- | eza/.config/eza/theme.yml | 12 | ||||
| -rw-r--r-- | zsh/.zshrc | 5 |
2 files changed, 15 insertions, 2 deletions
diff --git a/eza/.config/eza/theme.yml b/eza/.config/eza/theme.yml new file mode 100644 index 0000000..17390db --- /dev/null +++ b/eza/.config/eza/theme.yml @@ -0,0 +1,12 @@ +filekinds: + directory: + foreground: "#00AED6" + is_bold: true + + mount_point: + foreground: "#94e2d5" + is_underline: true + + symlink: + foreground: "#00feff" + is_underline: true @@ -66,8 +66,9 @@ export VISUAL="nvim" # ┌──────────────────────────────────────────────────────────────┐ # │ 🏷️ Aliases │ # └──────────────────────────────────────────────────────────────┘ -alias ls="lsd" -alias ll="lsd -lah" +alias ls="eza --icons --group-directories-first" +alias l='eza -lahg --icons --group-directories-first --time-style="+%d %b %Y %H:%M:%S"' +alias ll='eza -lahg --icons --group-directories-first --time-style="+%d %b %Y %H:%M:%S"' alias vi="nvim" alias sudo='sudo ' alias icat="kitty icat" |
