nixos/home/modules/shell/fish/grompt.json
2026-03-12 14:51:01 +01:00

17 lines
229 B
JSON

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