summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-03-10 20:43:00 +0000
committerself <self@sateoki.xyz>2022-03-10 20:43:00 +0000
commitf62ef42d519962cda9c41aa9288d9258e9edbdd3 (patch)
treea1fd5ac1e2b0993998a1161f2dc5058b20c5945a /zsh
parent7b0caaae6b5b8d23d51db682f4bbd54edf611543 (diff)
added --group to e / ev aliases
Diffstat (limited to 'zsh')
-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"