summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorotg <self@sateoki.xyz>2022-02-16 08:41:21 +0000
committerotg <self@sateoki.xyz>2022-02-16 08:41:21 +0000
commit44661ff844847818d19bcdce8ace02d1eecb4c77 (patch)
tree83403414f51ff5057c0e3553a5ac0683741398b8 /zsh
parentf52b2431f82a9b2e0056e2a3026005e89ab83cf8 (diff)
parent58239329bc247bc368b1e46ad1568ae623befc79 (diff)
Merge branch 'master' of github.com:GeorgeAbbott/dotfiles
Commit
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 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"