dotfiles

Dash Eclipse's dotfiles
git clone git://ezup.dev/dotfiles.git
Log | Files | Refs | README | LICENSE

commit 5b023312d738f2cacf6fa6ca45976c7e62580808
parent 201a12507f8ffa56fc1f1edc98b25686896c61a1
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Wed, 13 Oct 2021 02:05:09 +0000

feat: .zshrc.local: add gtree()

Diffstat:
M.zshrc.local | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.zshrc.local b/.zshrc.local @@ -225,3 +225,5 @@ day_of_week() { } calculator() { while true; do bc <<<"scale=3; $(read -e)"; done } + +gtree() { git ls-files $1 | tree --fromfile }