mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Fix read default prompt. It's now single line.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user