dotfiles/tmux/gitmux.conf.symlink

24 lines
550 B
Plaintext
Raw Normal View History

2020-07-27 13:00:26 -04:00
tmux:
symbols:
branch: '⎇ '
hashprefix: ':'
ahead: ↑·
behind: ↓·
2020-07-27 14:00:56 -04:00
staged: '●'
2020-07-27 13:00:26 -04:00
conflict: '✖ '
2020-07-27 14:00:56 -04:00
modified: '~'
untracked: '✚'
2020-07-27 13:00:26 -04:00
stashed: '⚑ '
2020-07-30 21:12:17 -04:00
clean: ''
2020-07-27 13:00:26 -04:00
styles:
state: '#[fg=red,bold]'
2020-08-05 23:14:56 -04:00
branch: '#[fg=bold]'
2020-07-27 13:00:26 -04:00
remote: '#[fg=colour239]'
2020-07-27 14:00:56 -04:00
staged: '#[fg=colour241,bold]'
2020-07-27 13:00:26 -04:00
conflict: '#[fg=red,bold]'
2020-07-27 14:00:56 -04:00
modified: '#[fg=colour239,bold]'
untracked: '#[fg=colour239,bold]'
stashed: '#[fg=colour239,bold]'
2020-07-30 21:12:17 -04:00
clean: '#[fg=colour241,bold]'
2020-08-05 23:14:56 -04:00
layout: [' ', branch, ' ', flags, ' |']