summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 373d1fc..72bdbf5 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -50,6 +50,7 @@ PROMPT=$PS1
alias ls='ls -a --color=always'
alias e="exa -a --header --long --git --time-style=long-iso"
alias c="clear ; e"
+alias t="e --tree"
# vim / nvim
alias v="vim"