aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-04-22 08:43:22 -0300
committerEuAndreh <eu@euandre.org>2024-04-22 08:43:22 -0300
commit86709eecf3be5f59928a2b813b7ea4b8ba278d9e (patch)
treec8404fca8619073061020d4615175c052316e6ed /etc/sh
parentetc/sh/rc: Include ~/.nix-profile in $PATH (diff)
downloaddotfiles-86709eecf3be5f59928a2b813b7ea4b8ba278d9e.tar.gz
dotfiles-86709eecf3be5f59928a2b813b7ea4b8ba278d9e.tar.xz
etc/sh/rc: Include inode number in ls(1) alias
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
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 '