# Verbosity and settings that you pretty much just always are going to want. alias \ cp="cp -iv" \ mv="mv -iv" \ rm="rm -vI" # Colorize commands alias \ ls="eza -h" \ ll="eza --icons -lah" \ cat="bat" \ grep="rg --color=auto" \ ip="ip -color=auto" alias \ v="nvim"