diff options
| author | bh <qn+git@epicurus.dev> | 2026-03-30 13:05:15 +0800 |
|---|---|---|
| committer | bh <qn+git@epicurus.dev> | 2026-03-30 13:05:15 +0800 |
| commit | ade109708e3915e0fa446b046d348aed858e6530 (patch) | |
| tree | 1efc964f5a023301262e60c824ab3cb12fb45dde | |
| parent | 5970a3249084d3a6c2211b56fdcc979af8a9639f (diff) | |
eza: add tree alias
| -rw-r--r-- | eza/.config/eza/theme.yml | 4 | ||||
| -rw-r--r-- | zsh/.zshrc | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/eza/.config/eza/theme.yml b/eza/.config/eza/theme.yml index 17390db..3776cfb 100644 --- a/eza/.config/eza/theme.yml +++ b/eza/.config/eza/theme.yml @@ -10,3 +10,7 @@ filekinds: symlink: foreground: "#00feff" is_underline: true + +punctuation: + foreground: "#00AED6" + is_dimmed: false @@ -77,9 +77,12 @@ export VISUAL="nvim" # ┌──────────────────────────────────────────────────────────────┐ # │ 🏷️ Aliases │ # └──────────────────────────────────────────────────────────────┘ +# ls Commands alias ls="eza --icons --group-directories-first" alias l='eza -laahg --icons --group-directories-first --time-style="+%d %b %Y %H:%M:%S"' alias ll='eza -laahg --icons --group-directories-first --time-style="+%d %b %Y %H:%M:%S"' +alias tree='eza --tree --icons --group-directories-first --time-style="+%d %b %Y %H:%M:%S"' +# Other Commands alias vi="nvim" alias sudo='sudo ' alias icat="kitty icat" |
