diff options
author | otg <otg@sateoki.xyz> | 2022-03-11 14:22:03 +0000 |
---|---|---|
committer | otg <otg@sateoki.xyz> | 2022-03-11 14:22:03 +0000 |
commit | 23f50f2cc73db7b534a413b2303c2fca98b19218 (patch) | |
tree | fd005915ed48f9715ab1b07b194497bc70ca4838 /zsh/.zshrc | |
parent | 2c56545e172aeaa896c91b459392e0fb2c2af29b (diff) | |
parent | 82c37e68b5aaf5f356981e959499c9cb6260d455 (diff) |
Merge branch 'master' of git.sateoki.xyz:self/dotfiles
Diffstat (limited to 'zsh/.zshrc')
-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" |