diff --git a/.config/shell/aliases/common b/.config/shell/aliases/common index 86368ad..5848b34 100644 --- a/.config/shell/aliases/common +++ b/.config/shell/aliases/common @@ -3,6 +3,7 @@ # shellcheck disable=SC2139 # Verbosity and settings that you pretty much just always are going to want. alias \ + ls="ls --color=auto" \ bc="bc -ql" \ cp="cp -iv" \ df='df -h' \