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"'