zsh: remove listing of git status with exa
The git status information makes `exa` choke a bit in very large repositories, which I have been navigating a lot lately.
This commit is contained in:
parent
3bd5c8251b
commit
2a16007dfa
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
if command -v exa >/dev/null 2>&1; then
|
||||
# Prefer exa if installed
|
||||
alias \
|
||||
ls="exa -F --git --group-directories-first --group --links" \
|
||||
ls="exa -F --group-directories-first --group --links" \
|
||||
la="ls -a" \
|
||||
lt="ls -lT -I'.git'" \
|
||||
lta="lt -a" \
|
||||
|
|
Loading…
Add table
Reference in a new issue