Modern Reference Appendix
Source files
.chezmoitemplates/aliases/modern/modern.aliases.sh
Alias reference
| Alias | Command |
|---|---|
cat | dot_cat |
fz | fzf --preview "bat --color=always --style=numbers {} 2>/dev/null | head -500 || cat {} 2>/dev/null | head -500" |
l | dot_ls |
la | dot_la |
ll | dot_ll |
llm | command ls -ltA |
lr | dot_lr |
lra | dot_lra |
ls | dot_ls |
lt | dot_lt |
lta | dot_lta |
lx | command ls -la |
tree | ls -R |
zj | zellij |
Validation
- Run
chezmoi applyafter alias updates. - Run
dot doctorto validate your shell state.