summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc4
1 files changed, 2 insertions, 2 deletions
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"