diff options
author | self <self@sateoki.xyz> | 2022-02-19 16:12:38 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-02-19 16:12:38 +0000 |
commit | 7f50a613c95e784992ed4ba24ae8dbf1105600f6 (patch) | |
tree | 7afd76d6231199209f9270a86434f70f0531f1c7 /zsh/.zshrc | |
parent | c85a971195d614ed4c07dadcda2f5f2ecb1d9b2c (diff) |
Added commands "ev" and "cv" for only viewing nonhidden files
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |