From f62ef42d519962cda9c41aa9288d9258e9edbdd3 Mon Sep 17 00:00:00 2001 From: self Date: Thu, 10 Mar 2022 20:43:00 +0000 Subject: added --group to e / ev aliases --- zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh') diff --git a/zsh/.zshrc b/zsh/.zshrc index 14d5b8a..b53cc5e 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -63,8 +63,8 @@ alias sudo="sudo " # ls / exa alias ls='ls -a --color=always' -alias e="exa -a --header --long --git --time-style=long-iso" -alias ev="exa --header --long --git --time-style=long-iso" # Exa View +alias e="exa -a --header --long --git --time-style=long-iso --group" +alias ev="exa --header --long --git --time-style=long-iso --group" # Exa View alias c="clear ; e" alias cv="clear ; ev" # Clear + Exa View alias t="e --tree" -- cgit v1.2.1