From 216f080056e45d9dbd8cd15f08f678e4b1fab0d7 Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 5 Nov 2024 13:27:57 +0300 Subject: zsh aliases --- .config/shell/aliasrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/shell') 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" \ -- cgit v1.2.3