dotfiles/tmux/gitmux.conf.symlink

24 lines
546 B
Plaintext
Raw Normal View History

2020-07-27 17:00:26 +00:00
tmux:
symbols:
branch: '⎇ '
hashprefix: ':'
ahead: ↑·
behind: ↓·
2020-07-27 18:00:56 +00:00
staged: '●'
2020-07-27 17:00:26 +00:00
conflict: '✖ '
2020-07-27 18:00:56 +00:00
modified: '~'
untracked: '✚'
2020-07-27 17:00:26 +00:00
stashed: '⚑ '
2020-07-27 18:00:56 +00:00
clean: '✔'
2020-07-27 17:00:26 +00:00
styles:
state: '#[fg=red,bold]'
branch: '#[fg=red,bold]'
remote: '#[fg=colour239]'
2020-07-27 18:00:56 +00:00
staged: '#[fg=colour241,bold]'
2020-07-27 17:00:26 +00:00
conflict: '#[fg=red,bold]'
2020-07-27 18:00:56 +00:00
modified: '#[fg=colour239,bold]'
untracked: '#[fg=colour239,bold]'
stashed: '#[fg=colour239,bold]'
2020-07-27 17:00:26 +00:00
clean: '#[fg=green,bold]'
2020-07-27 18:00:56 +00:00
layout: [remote, ' ', flags, ' ']