1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-03 05:23:32 +02:00
home-manager/tests/modules/programs/starship
Will Leinweber f06a43dca0
starship: add enable_transience for fish (#3975)
Starship has an advanced, experimental feature where fancy stuff in the
prompt can be replaced with something more simple after the command is
ran. This is very helpful for copy and pasting shell history somewhere
else.

docs: https://starship.rs/advanced-config/#transientprompt-and-transientrightprompt-in-fish

Fish is currently the only shell as far as I can tell that both
home-manager and starship support for this feature. Since the function
has to be called after starship is loaded, this seems like the best
place to put it.

format
2023-06-19 21:56:48 +02:00
..
default.nix starship: add enable_transience for fish (#3975) 2023-06-19 21:56:48 +02:00
fish_with_transience.nix starship: add enable_transience for fish (#3975) 2023-06-19 21:56:48 +02:00
fish_without_transience.nix starship: add enable_transience for fish (#3975) 2023-06-19 21:56:48 +02:00
settings-expected.toml starship: remove deprecated character.symbol setting 2021-01-03 10:21:55 +01:00
settings.nix tests: add option test.stubs 2021-09-26 23:26:38 +02:00