From 58f5a93401a7e558d8b5df7854597641ef0626b6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 15 Mar 2025 09:12:05 -0300 Subject: src/rc.sh: Add -i to ls(1) alias --- src/rc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc.sh b/src/rc.sh index d659c53..b029720 100644 --- a/src/rc.sh +++ b/src/rc.sh @@ -62,7 +62,7 @@ export NPROC N MAKEFLAGS export GIT_CONFIG_GLOBAL=/etc/gitconfig unalias -a -alias l='ls -lahF --color' +alias l='ls -lahiF --color' alias grep='grep --color=auto' alias diff='diff --color=auto' alias watch='watch --color ' -- cgit v1.2.3