From 33ea3e78919a745f118b3226fb37facfa23db1f2 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Wed, 29 Jul 2020 18:07:27 +0800 Subject: [PATCH] Added alias. --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index b2aeac2..e4141e2 100644 --- a/.bashrc +++ b/.bashrc @@ -43,6 +43,8 @@ alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' alias sizes='du -hs .[^.]* * | sort -h' # tmux '-2' colors alias tmux="tmux -2" +# bash tree alias +alias gittree="git log --all --decorate --oneline --graph" # nnn # bookmarks