diff options
author | EuAndreh <eu@euandre.org> | 2025-03-15 09:12:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-03-15 09:12:05 -0300 |
commit | 58f5a93401a7e558d8b5df7854597641ef0626b6 (patch) | |
tree | ab5720197b77d58529ecc38aeaa13434fd49b5b2 | |
parent | src/gc: Tolerate broken trash(1) package (diff) | |
download | syskeep-58f5a93401a7e558d8b5df7854597641ef0626b6.tar.gz syskeep-58f5a93401a7e558d8b5df7854597641ef0626b6.tar.xz |
src/rc.sh: Add -i to ls(1) alias
-rw-r--r-- | src/rc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ' |