From 86709eecf3be5f59928a2b813b7ea4b8ba278d9e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 22 Apr 2024 08:43:22 -0300 Subject: etc/sh/rc: Include inode number in ls(1) alias --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index 7aef1ce..1e237cf 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -200,7 +200,7 @@ alias tpd='cd "$(mkdtemp)"' alias cls='tmux send-keys -R \; clear-history' alias c='clean' -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