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 |
|