summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorotg <otg@sateoki.xyz>2022-03-11 14:22:03 +0000
committerotg <otg@sateoki.xyz>2022-03-11 14:22:03 +0000
commit23f50f2cc73db7b534a413b2303c2fca98b19218 (patch)
treefd005915ed48f9715ab1b07b194497bc70ca4838 /zsh/.zshrc
parent2c56545e172aeaa896c91b459392e0fb2c2af29b (diff)
parent82c37e68b5aaf5f356981e959499c9cb6260d455 (diff)
Merge branch 'master' of git.sateoki.xyz:self/dotfiles
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"