zsh: fix typo (missing =) in lt
alias
This commit is contained in:
parent
406b092b03
commit
051f7f876a
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ if command -v exa >/dev/null 2>&1; then
|
|||
alias \
|
||||
ls="exa --classify --group-directories-first --group --links" \
|
||||
la="ls --all" \
|
||||
lt="ls --long --tree --ignore-glob'.git'" \
|
||||
lt="ls --long --tree --ignore-glob='.git'" \
|
||||
lta="lt --all" \
|
||||
lsc="ls --color=always" \
|
||||
ltc="lt --color=always"
|
||||
|
|
Loading…
Add table
Reference in a new issue