summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorself <self@sateoki.xyz>2022-02-15 20:34:56 +0000
committerself <self@sateoki.xyz>2022-02-15 20:34:56 +0000
commit58239329bc247bc368b1e46ad1568ae623befc79 (patch)
tree4d7431cf8d028dc31c0d21bf766bdbb168ea8598 /zsh
parent2cd8348ac37093ef3489607117051f98f3f94288 (diff)
Some change
Diffstat (limited to 'zsh')
-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"