+gitmux stuff
This commit is contained in:
parent
ea1ba1da13
commit
d8712dd7c4
28
.gitmux.conf
Normal file
28
.gitmux.conf
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
tmux:
|
||||||
|
symbols:
|
||||||
|
branch: '⎇ '
|
||||||
|
hashprefix: ':'
|
||||||
|
ahead: ↑·
|
||||||
|
behind: ↓·
|
||||||
|
staged: '● '
|
||||||
|
conflict: '✖ '
|
||||||
|
modified: '✚ '
|
||||||
|
untracked: '… '
|
||||||
|
stashed: '⚑ '
|
||||||
|
clean: ✔
|
||||||
|
styles:
|
||||||
|
clear: '#[fg=default]'
|
||||||
|
state: '#[fg=default]'
|
||||||
|
branch: '#[fg=default]'
|
||||||
|
remote: '#[fg=default]'
|
||||||
|
staged: '#[fg=default]'
|
||||||
|
conflict: '#[fg=default]'
|
||||||
|
modified: '#[fg=default]'
|
||||||
|
untracked: '#[fg=default]'
|
||||||
|
stashed: '#[fg=default]'
|
||||||
|
clean: '#[fg=default]'
|
||||||
|
divergence: '#[fg=default]'
|
||||||
|
layout: [branch, .., remote-branch, divergence, ' - ', flags]
|
||||||
|
options:
|
||||||
|
branch_max_len: 0
|
||||||
|
branch_trim: right
|
Loading…
Reference in New Issue
Block a user