Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultCfg = Config{
Symbols: symbols{
Branch: "⎇ ",
Staged: "●",
Conflict: "✖ ",
Modified: "✚ ",
Untracked: "…",
Stashed: "⚑ ",
Clean: "✔",
Ahead: "↑·",
Behind: "↓·",
HashPrefix: ":",
},
Styles: styles{
State: "#[fg=red,bold]",
Branch: "#[fg=white,bold]",
Remote: "#[fg=cyan]",
Staged: "#[fg=green,bold]",
Conflict: "#[fg=red,bold]",
Modified: "#[fg=red,bold]",
Untracked: "#[fg=magenta,bold]",
Stashed: "#[fg=cyan,bold]",
Clean: "#[fg=green,bold]",
},
}
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.