removed tree listing when using eza

This commit is contained in:
aminnairi
2023-12-02 23:49:35 +01:00
parent 07ade5a4b6
commit 21397ccd9c
+1 -1
View File
@@ -17,7 +17,7 @@ if status is-interactive
alias cat="bat --theme ColdDark-Cold"
# Alias for the ls command
alias ls="eza --icons --long --classify --git --total-size --header --tree --created --accessed --modified"
alias ls="eza --icons --long --classify --git --total-size --header --created --accessed --modified"
# Add ruby in the global path for Neovim
fish_add_path ~/.local/share/gem/ruby/3.0.0/bin