Fabian Boehm
1f0902a5f5
default prompt: Use same status color as default theme
...
This was weird, because it changed around just because you picked a
separate theme (that didn't have a status color).
Simply use the same color here.
2022-07-19 17:05:48 +02:00
Anselm Schüler
475a2afc40
fish_prompt: clarify comment about carried-over status ( #8335 )
2021-10-05 21:01:13 +02:00
Fabian Homborg
0420901cb2
default prompt: Set fish_color_status if unset
...
Otherwise this'll error with --no-config
2021-05-01 18:59:25 +02:00
Fabian Homborg
2cea5b8eb1
Add a "prompt_login" helper function
...
This prints a description of the "host". Currently that's
`(chroot:debianchroot) $USER@$hostname`
with the chroot part when needed.
This also switches the default and terlar prompts to use it, the other
prompts have slightly different coloring or logic here.
2021-04-30 17:07:54 +02:00
Fabian Homborg
6aade380c1
Sample prompts: Handle print_pipestatus if TERM=dumb
...
This is the simple solution of just quoting it. The real solution
would probably handle `set_color` with no color better - #5443 .
Fixes #7904 .
2021-04-25 09:49:18 +02:00
Fabian Homborg
d4ce5507af
Sample prompts: Rename classic+vcs to default
...
That's what it is, and without the "classic" prompt to compare it
doesn't make any sense anymore.
2021-04-08 11:14:16 +02:00