From 0aef908b940724c5e703e3f3bd4965328dfd5c58 Mon Sep 17 00:00:00 2001 From: buffet Date: Fri, 21 Apr 2023 23:03:22 +0200 Subject: [PATCH] feat(bash): make readline entry bold --- programs/bash.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/programs/bash.nix b/programs/bash.nix index d78ac15..3307a32 100644 --- a/programs/bash.nix +++ b/programs/bash.nix @@ -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"'