removed the cat alias

This commit is contained in:
aminnairi
2024-01-04 10:48:33 +01:00
parent 9e711955c5
commit 6897156b85
@@ -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 cat command
alias cat="bat --theme ColdDark-Cold"
# Alias for the ls command # Alias for the ls command
alias ls="eza --icons --long --classify --git --total-size --header --created --accessed --modified" alias ls="eza --icons --long --classify --git --total-size --header --created --accessed --modified"