diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-10 23:38:09 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-10 23:38:09 +0800 |
| commit | cf4e2d758dec92b5cd85aabe70000e25f438e6c5 (patch) | |
| tree | 641264ceacefe152c976d22fcef4656771408e0e /zsh | |
| parent | 275eff3397e1f65320933f3b9b31d7a5fdd90fd1 (diff) | |
Add . and .. folders to eza
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,8 +68,8 @@ export VISUAL="nvim" # │ 🏷️ Aliases │ # └──────────────────────────────────────────────────────────────┘ 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 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 vi="nvim" alias sudo='sudo ' alias icat="kitty icat" |
