diff options
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/aliasrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 4c5f00b..357285f 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -1,9 +1,10 @@ -# Colorize commands +# 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" \ |