scripts

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

commit f6c4c8db303a9ff12ea12c86bd7d8e19245bc97c
parent 1616d36b96531536fec57d403fb22c5eece65132
Author: GeaRSiX <gearsix@tuta.io>
Date:   Mon,  3 Aug 2020 11:52:28 +0100

removed -v from git-tmux branch window

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