From 58239329bc247bc368b1e46ad1568ae623befc79 Mon Sep 17 00:00:00 2001
From: self <self@sateoki.xyz>
Date: Tue, 15 Feb 2022 20:34:56 +0000
Subject: Some change

---
 zsh/.zshrc | 1 +
 1 file changed, 1 insertion(+)

(limited to 'zsh')

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"
-- 
cgit v1.2.1