From 7f50a613c95e784992ed4ba24ae8dbf1105600f6 Mon Sep 17 00:00:00 2001 From: self Date: Sat, 19 Feb 2022 16:12:38 +0000 Subject: Added commands "ev" and "cv" for only viewing nonhidden files --- zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zsh/.zshrc') 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 -- cgit v1.2.1