nixos/home/modules/shell/fish/grompt.json
2026-02-27 23:44:37 +01:00

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",
": "
]