dotfiles/config/powerline/themes/shell/__main__.json
2021-04-16 12:18:44 +03:00

19 lines
476 B
JSON

{
"gitstatus": {
"args": {
"formats": {
"branch": "\ue0a0 {}",
"tag": " ★ {}",
"behind": " ↓ {}",
"ahead": " ↑ {}",
"staged": " ● {}",
"unmerged": " ✖ {}",
"changed": " ✚ {}",
"untracked": " … {}",
"stashed": " ⚑ {}"
},
"detached_head_style": "ref"
}
}
}