17 lines
227 B
JSON
17 lines
227 B
JSON
[
|
|
"fg:green",
|
|
"${spwd}",
|
|
"fg:yellow",
|
|
"exec:fish -c 'git_branch'",
|
|
{
|
|
"git_status_noclean": ["fg:red", " (+)"]
|
|
},
|
|
{
|
|
"git_status_clean": []
|
|
},
|
|
"fg:blue",
|
|
"exec:fish -c 'nix_shell'",
|
|
"fg:red",
|
|
": "
|
|
]
|
|
|