mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
Fix read default prompt. It's now single line.
This commit is contained in:
parent
7fccad156e
commit
232ed91ec7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue