summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 5bd86c1..c50f36d 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"