summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-02-19 16:12:38 +0000
committerself <self@sateoki.xyz>2022-02-19 16:12:38 +0000
commit7f50a613c95e784992ed4ba24ae8dbf1105600f6 (patch)
tree7afd76d6231199209f9270a86434f70f0531f1c7 /zsh/.zshrc
parentc85a971195d614ed4c07dadcda2f5f2ecb1d9b2c (diff)
Added commands "ev" and "cv" for only viewing nonhidden files
Diffstat (limited to 'zsh/.zshrc')
-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