feat(bash): make readline entry bold
This commit is contained in:
parent
a0c7136736
commit
0aef908b94
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ in {
|
|||
];
|
||||
|
||||
initExtra = ''
|
||||
PS1=' '
|
||||
PS0='\[\e[0m\]'
|
||||
PS1='\[\e[1m\] '
|
||||
|
||||
bind '"\C-o": "\C-a\C-k fg; if [[ $? == 1 ]]; then nvim; fi\n"'
|
||||
bind '"\e\C-m": "\C-e | nvim\C-m"'
|
||||
|
|
Loading…
Reference in a new issue