diff options
author | self <self@sateoki.xyz> | 2022-03-10 20:43:00 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-03-10 20:43:00 +0000 |
commit | f62ef42d519962cda9c41aa9288d9258e9edbdd3 (patch) | |
tree | a1fd5ac1e2b0993998a1161f2dc5058b20c5945a /zsh | |
parent | 7b0caaae6b5b8d23d51db682f4bbd54edf611543 (diff) |
added --group to e / ev aliases
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |