From a7a4970eed2d0c6e03c76de78918705c78d62f95 Mon Sep 17 00:00:00 2001 From: mg Date: Fri, 10 Feb 2023 12:23:47 +0100 Subject: [PATCH] add tree alias Signed-off-by: mg --- .bash_extra | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_extra b/.bash_extra index 28b4924..f89cfe0 100644 --- a/.bash_extra +++ b/.bash_extra @@ -240,6 +240,7 @@ alias ru="python3 -m rip url --ignore-db" alias mkdir="mkdir -p" alias last="last -w" alias ll="ls -lah" +alias tree="tree -a -I **.git**" # git alias gs="git status" alias gp="git stash && git pull && git stash pop"