Fabian Homborg
1fdb23637a
Clean up Classic + VCS prompt
...
- Don't use a guard uvar - we're only setting variables now, and
- that's basically free.
- Allow non-universal color variables
- Simplify the root color setting a bit.
- Some comments
[ci skip]
2019-12-04 21:21:34 +01:00
Fabian Homborg
d91b0f86f4
Repaint all prompts if the variables change
...
This is a good idea in general and simplifies the Classic + VCS
prompt.
2019-12-01 18:15:36 +01:00
zabereer
da2925bad7
add $pipestatus
to classic_vcs.fish prompt
2019-03-04 18:25:18 +00:00
Fabian Homborg
3a320d7584
Update fish_vcs_prompt reference in sampleprompts
2019-02-10 14:44:50 +01:00
Fabian Homborg
376a4eca58
Remove ^ redirection from sample prompts
...
A bunch of these did ^/dev/null. Replace it with 2>/dev/null.
[ci skip]
2018-04-28 18:16:35 +02:00
Fabian Homborg
e0f0164b16
Quote $USER when used with switch
or test
...
Common in prompts, this would fail if $USER is empty.
See #4229 .
2017-07-20 19:45:32 +02:00
David Bishop
2565c5c15b
Use $suffix in classic_vcs prompt instead of hardcoding to '>'
...
Also, ensure that suffix is local in both classic_vcs.fish and informative_vcs.fish.
Fixes #3991
2017-04-26 16:01:52 -07:00
Kurtis Rader
c10952c354
lint: fish_indent all sample prompts
2016-11-01 19:19:45 -07:00
Kurtis Rader
37d91d0c29
change name of the function
2016-10-23 15:02:14 -07:00
Kurtis Rader
07de13f61f
implement a fish_prompt_hostname function
...
Standardize how the host name is included in the prompts that do so.
Fixes #3480
2016-10-23 14:20:54 -07:00
Fabian Homborg
e29d200ba5
Switch classic + git prompt to all vcsen -> Rename it to Classic + Vcs
...
Keep the variable names for now.
2015-12-16 19:05:28 +01:00