removed the ls alias

This commit is contained in:
aminnairi
2024-01-04 10:49:28 +01:00
parent 6897156b85
commit f93754f1d2
@@ -5,9 +5,6 @@ if status is-interactive
# Set the editor to use vim # Set the editor to use vim
set --export --global EDITOR nvim set --export --global EDITOR nvim
# Alias for the ls command
alias ls="eza --icons --long --classify --git --total-size --header --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