mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-21 10:15:14 +08:00
Fix read default prompt. It's now single line.
This commit is contained in:
parent
7fccad156e
commit
232ed91ec7
@ -68,7 +68,7 @@
|
||||
/**
|
||||
The default prompt for the read command
|
||||
*/
|
||||
#define DEFAULT_READ_PROMPT L"set_color green; echo read; set_color normal; echo \"> \""
|
||||
#define DEFAULT_READ_PROMPT L"set_color green; echo -n read; set_color normal; echo -n \"> \""
|
||||
|
||||
/**
|
||||
The mode name to pass to history and input
|
||||
|
Loading…
x
Reference in New Issue
Block a user