diff --git a/ansible/roles/fish/files/fish/config.fish b/ansible/roles/fish/files/fish/config.fish index fa42e3c..567a7a1 100644 --- a/ansible/roles/fish/files/fish/config.fish +++ b/ansible/roles/fish/files/fish/config.fish @@ -5,9 +5,6 @@ if status is-interactive # Set the editor to use vim set --export --global EDITOR nvim - # Alias for the cat command - alias cat="bat --theme ColdDark-Cold" - # Alias for the ls command alias ls="eza --icons --long --classify --git --total-size --header --created --accessed --modified"