summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 6eb26a1..8b39cca 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -49,7 +49,9 @@ PROMPT=$PS1
# 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 c="clear ; e"
+alias cv="clear ; ev" # Clear + Exa View
alias t="e --tree"
# vim / nvim