mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +00:00
24 lines
527 B
Plaintext
24 lines
527 B
Plaintext
|
tmux:
|
||
|
symbols:
|
||
|
branch: '⎇ '
|
||
|
hashprefix: ':'
|
||
|
ahead: ↑·
|
||
|
behind: ↓·
|
||
|
staged: '● '
|
||
|
conflict: '✖ '
|
||
|
modified: '✚ '
|
||
|
untracked: '… '
|
||
|
stashed: '⚑ '
|
||
|
clean: ✔
|
||
|
styles:
|
||
|
state: '#[fg=red,bold]'
|
||
|
branch: '#[fg=red,bold]'
|
||
|
remote: '#[fg=colour239]'
|
||
|
staged: '#[fg=green,bold]'
|
||
|
conflict: '#[fg=red,bold]'
|
||
|
modified: '#[fg=red,bold]'
|
||
|
untracked: '#[fg=magenta,bold]'
|
||
|
stashed: '#[fg=cyan,bold]'
|
||
|
clean: '#[fg=green,bold]'
|
||
|
layout: [remote, ' ', flags]
|