mauvehed's dotfiles for personal and work environments
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix llc alias to match ls -lart

mauvehed f365bc22 4e8da23b

+1 -1
+1 -1
.chezmoitemplates/aliases_all.tmpl
··· 20 20 {{ if lookPath "zoxide" }}alias cd="z"{{ end }} 21 21 {{ if lookPath "eza" }}alias ls="eza -g --color=always --icons --git-repos"{{ end }} 22 22 {{ if lookPath "eza" }}alias lsn="eza -g"{{ end }} 23 - {{ if lookPath "eza" }}alias llc="eza -g --color=always --icons --git-repos -lars created"{{ end }} 23 + {{ if lookPath "eza" }}alias llc='eza -lag --sort=modified --color=always --icons --git-repos'{{ end }} 24 24 {{ if lookPath "eza" }}alias lt="eza -g --color=always --icons --git-repos -la -T"{{ end }} 25 25 {{ if lookPath "shred" }}alias shred="shred -zvu -n 5"{{ end }} 26 26 {{ if lookPath "vim" }}alias vi="vim"{{ end }}