# 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="ls -hN --color=auto" \ grep="grep --color=auto" \ ip="ip -color=auto" alias \ v="nvim"