scripts

My personal collection of scripts
git clone git://src.gearsix.net/scripts
Log | Files | Refs | Atom | README | LICENSE

commit 956893e4383ff899f825b2f18d2f5f3cae17f107
parent f916f062f28d84cb970a600bced7891681c4647a
Author: GeaRSiX <gearsix@tuta.io>
Date:   Wed, 12 Aug 2020 10:52:19 +0100

removed -v from git branch pane

Diffstat:
Msrc/git-tmux.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/git-tmux.sh b/src/git-tmux.sh @@ -4,7 +4,7 @@ # dependencies: tmux, git, while-true tmux new-session -d -tmux split-window -h "while-true 'git --no-pager branch -v'" +tmux split-window -h "while-true 'git --no-pager branch'" tmux split-window -v "while-true 'git status'" tmux split-window -h "while-true 'git --no-pager log --graph --abbrev-commit -n 1'" tmux select-layout main-vertical