diff options
author | EuAndreh <eu@euandre.org> | 2024-04-22 08:43:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-04-22 08:43:22 -0300 |
commit | 86709eecf3be5f59928a2b813b7ea4b8ba278d9e (patch) | |
tree | c8404fca8619073061020d4615175c052316e6ed /etc/sh/rc | |
parent | etc/sh/rc: Include ~/.nix-profile in $PATH (diff) | |
download | dotfiles-86709eecf3be5f59928a2b813b7ea4b8ba278d9e.tar.gz dotfiles-86709eecf3be5f59928a2b813b7ea4b8ba278d9e.tar.xz |
etc/sh/rc: Include inode number in ls(1) alias
Diffstat (limited to 'etc/sh/rc')
-rw-r--r-- | etc/sh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ' |