added more configuration for eza

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