summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-03-15 09:12:05 -0300
committerEuAndreh <eu@euandre.org>2025-03-15 09:12:05 -0300
commit58f5a93401a7e558d8b5df7854597641ef0626b6 (patch)
treeab5720197b77d58529ecc38aeaa13434fd49b5b2
parentsrc/gc: Tolerate broken trash(1) package (diff)
downloadsyskeep-58f5a93401a7e558d8b5df7854597641ef0626b6.tar.gz
syskeep-58f5a93401a7e558d8b5df7854597641ef0626b6.tar.xz
src/rc.sh: Add -i to ls(1) alias
-rw-r--r--src/rc.sh2
1 files changed, 1 insertions, 1 deletions
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 '