dotfiles/config/powerline/themes/shell/__main__.json

19 lines
476 B
JSON
Raw Normal View History

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