add tree alias

Signed-off-by: mg <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2023-02-10 12:23:47 +01:00
parent 4940e7d431
commit a7a4970eed

View file

@ -240,6 +240,7 @@ alias ru="python3 -m rip url --ignore-db"
alias mkdir="mkdir -p" alias mkdir="mkdir -p"
alias last="last -w" alias last="last -w"
alias ll="ls -lah" alias ll="ls -lah"
alias tree="tree -a -I **.git**"
# git # git
alias gs="git status" alias gs="git status"
alias gp="git stash && git pull && git stash pop" alias gp="git stash && git pull && git stash pop"